-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (72 loc) · 2.71 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Hi there :)</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">
</head>
<body>
<ul id="menu_bar">
<li id="menu_bar_item"><a href="#" class="active">Home</a></li>
<li id="menu_bar_item"><a href="college.html">My College Exp</a></li>
<li id="menu_bar_item"><a href="about.html">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">
<a class="close" href="#">×</a>
<h3>You're a curious one</h3>
<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> Hello Visitor </h4>
<p style="color: white;">
Welcome to my landing page, below you'll find my social media profiles,
feel free to check'em:
</p>
<ul>
<li>
<a href="https://www.instagram.com/ivandres73/" target="_blank"><button style="color: white; min-width: 162px;">
<!--<img src="images/instagram50.png"
width="20" height="20">-->
Instagram
</button></a>
</li>
<li>
<a href="https://www.youtube.com/user/ivandres73/" target="_blank">
<button style="color: white; min-width: 162px;"> Youtube</button>
</a>
</li>
<li>
<a href="https://github.com/ivandres73/" target="_blank">
<button style="color: white; min-width: 162px;"> Github</button>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/ivandres73" target="_blank">
<button style="color: white; min-width: 162px;"> Linkedin</button>
</a>
</li>
<li>
<a href="https://github.com/ivandres73/ivancarcamome" target="_blank">
<button style="color: white; min-width: 162px;"> Code of this page</button>
</a>
</li>
</ul>
</div>
</div>
</div>
<div id="footer">
<div style="text-align:center; margin-top: .5rem">© 2024 Gandalf</div>
<div style="text-align:center; margin-top: .5rem">Contact information: <a href="mailto:[email protected]">[email protected]</a>.</div>
</div>
</body>
</html>