-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
197 lines (167 loc) · 5.97 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!DOCTYPE html>
<html>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles/header.css">
<link rel="stylesheet" href="styles/general.css">
<link rel="stylesheet" href="styles/grid-container.css">
<link rel="stylesheet" href="styles/projects-section.css">
<link rel="stylesheet" href="styles/footer.css">
<link rel="stylesheet" href="styles/additions.css">
<title>Miguel A. Francisco - Home Page</title>
</head>
<body>
<!-- The header of the website, gives links to external websites to get more info about me -->
<header class="top-header">
<div class="left-section" >
<p class="name-intro"> Miguel A. Francisco</p>
<p class="desc-intro"> | Comp. Sci Student |</p>
</div>
<div class="middle-section"></div>
<div class="right-section">
<a href="https://www.linkedin.com/in/miguel-angel-francisco/" target="_blank">
<p class="top-right-info">
LinkedIn
</p>
</a>
<a href="https://github.com/Migu3lito5" target="_blank">
<p class="top-right-info">
Github
</p>
</a>
<a href="documents/Miguel A. Francisco Resume.pdf" target="_blank" >
<p class="top-right-info">
Resume
</p>
</a>
<a href="#contact-box">
<p class="top-right-info">
Contact Me
</p>
</a>
</div>
</header>
<!-- Quick Introduction about me and some of my skills -->
<div class="grid">
<div class="grid-child ">
<p> Hello, It's nice to meet you! </p>
</div>
<div class="grid-child brown1-background">
<img src="images/profile-pic.jpg">
</div>
<div class="grid-child grid-wide-2 grey-background">
<p>
I'm currently attending California State University of Monterey Bay as a Computer Science major. As i am a student, I am looking for a
opportunity to be able to grow as a developer.
</p>
</div>
<div class="grid-child grid-wide-2 cream-background grid-wide-3" >
<p>
I grew up in a small town within Monterey Bay, with a curious mind of the world around me. Around my final year
of highschool, I realized programming was something I wanted to pursue, as I was entrigued on how someone can build complex
projects, with some lines on a screen.
</div>
<div class="grid-child grid-tall-2 green1-background" style="align-items: top;">
<p>
Skills:
<br> Java
<br> Python
<br> C++
<br> JavaScript
<br> HTML & CSS
<br> SQL
</p>
</div>
<div class="grid-child">
<p>
Languages:
<br> English
<br> Spanish
</p>
</div>
</div>
<!-- My projects -->
<section class="project-background-wrapper">
<h2>| Projects 💻 |</h2>
<div class="grid">
<a href="https://github.com/Migu3lito5/F1_Shop" target="_blank">
<div class=" grid-child hover-animation">
<p>Merchandise Store</p>
</div>
</a>
<a href="https://github.com/Migu3lito5/Pharmacy_database" target="_blank">
<div class="grid-child hover-animation">
<p>Relational Database Design</p>
</div>
</a>
<a href="https://github.com/Migu3lito5/Hangman" target="_blank">
<div class="grid-child hover-animation">
<p> Word Guessing Game </p>
</div>
</a>
<a href="https://github.com/Migu3lito5/TODO-App" target="_blank">
<div class="grid-child hover-animation">
<p> Todo List Program </p>
</div>
</a>
</div>
</section>
<section class="working-section">
<h1>Skills I'm Working On 📚 </h1>
<div class="row-icons">
<div>
<img src="images/js.png">
<h4>JavaScript</h4>
</div>
<div>
<img src="images/react.png">
<h4>React</h4>
</div>
<div>
<img src="images/node.js.png" >
<h4>Node.js</h4>
</div>
</div>
</section>
<section class="education-section">
<h1> Education 🎓 </h1>
<h3 class="schools"> California State University of Monterey Bay </h3>
<ul>
<li>B.S. Computer Science </li>
<li> 2022 - 2024 </li>
</ul>
<h3 class="schools">Hartnell Community College </h3>
<ul>
<li>A.S. Computer Science </li>
<li>2019-2021</li>
</ul>
</section>
<section id="contact-box" class="contact-box">
<h1>Contact Me</h1>
<p>
If you want to get in touch, email me at "[email protected]" or simply fill the form below.
</p>
<form action="https://formsubmit.co/[email protected]" method="POST">
<input class="input-s" type="text" name="name" placeholder="Name" required>
<input class="input-s" type="email" name="email" placeholder="Email Address" required>
<div class="text-area">
<textarea name="message" cols="68" rows="15"></textarea>
</div>
<input type="hidden" name="_autoresponse" value="Your message has been sent. Give me some time to view it and reply. Thank You!">
<button class="form-input" type="submit">Send</button>
</form>
</section>
<!-- footer -->
<div class="footer">
<p class="footer-content"> © Miguel Angel Francisco, All Rights Reserved.</p>
</div>
</body>
</html>
<!--
background-color: #222;
color: #eee;
background-color: #fbfbfb;
background-color: #535e4b;
-->