-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
56 lines (54 loc) · 2.22 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Howdy</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="icon" type="image/png" href="images/fav2.ico">
<meta charset="UTF-8">
</head>
<body>
<ul id="menu_bar">
<li id="menu_bar_item"><a href="index.html">Home</a></li>
<li id="menu_bar_item"><a href="college.html">My College Exp</a></li>
<li id="menu_bar_item"><a href="#" class="active">About</a></li>
<li id="menu_bar_item_img"><a id="a-img" href="#popup1"><img src="images/bubblegum50.png" width="45" height="45"></a></li>
</ul>
<div id="popup1" class="overlay">
<div class="popup">
<h3>You're a curious one</h3>
<a class="close" href="#">×</a>
<div class="content">
i like you.
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="one-half column" style="margin-top: 15%">
<h4> A little about me: </h4>
<p style="color: white;">
I'm a graduated student of Computers Systems Engineering, practicing
as a DevOps Engineer. I'm from a little central american country,
Honduras.
2019 was a great year for me, I was the president of my career,
I won a central american prize and I organizated a Hackathon.
2020 became the year where I started my work-life and where I use
all I learned in school in addition of learning new things.
2021 to be continued...
</br>
The fields of computer science 💻 I like the most are databases,
software architecture and low-level develpment.
</p>
</div>
</div>
</div>
</br></br></br>
<div id="footer">
<div style="text-align:center; margin-top: .5rem">© 2023 Gandalf</div>
<div style="text-align:center; margin-top: .5rem">Contact information: <a href="mailto:[email protected]">[email protected]</a>.</div>
</div>
</body>
</html>