-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (55 loc) · 1.95 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MarcelRG</title>
<meta name="description" content="Hi, I'm Marcel.">
<meta name="author" content="Marcel Rodríguez González">
<link rel="icon" type="image/png" href="img/favlogo.png">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<ul class="menu">
<li><a href="#" class="logo"><img src="img/mLogo.png" height="90px" width="120px" alt="Logo"></a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="https://www.notion.so/marcelrg/The-Blog-4775c967761a44358e172914bbdd6602">Blog</a></li>
</ul>
<div class="greeting">
<h1>Hi, I'm Marcel</h1>
<h1>and I <b class="title-gradient">❤️</b> to code.</h1>
</div>
<div class="anchor" id="about"></div>
<div class="businessCard">
<div class="myInfo">
<h1>Full name:</h1>
<p>Marcel Rodríguez González</p>
<h1>From:</h1>
<p>Acapulco, México</p>
<h1>Motto:</h1>
<p>Idealist, activist and a tech lover.
On the constant lookout for learning
and working with others to generate a positive impact.</p>
</div>
<image class="cardPic" src="img\marcelHoodie.jpeg" alt="Marcel Rodríguez González" />
</div>
<div class="anchor" id="contact"></div>
<div class="sendMeDM">
<h1>Let's work</h1>
<h1>together.</h1>
</div>
<div class="socialLinks">
<a href="https://github.com/MarcelRG">
<div class="socialLink"><h1>👨💻</h1><p>Github</p></div>
</a>
<a href="https://docs.google.com/document/d/11TY5CpzZ0VeqW68_FHe8Ncx7Ud8qbcDDXETJXPtscTo/edit">
<div class="socialLink"><h1>📃</h1><p>Resume</p></div>
</a>
<a href="mailto:mrodrigonz@gmail.com">
<div class="socialLink"><h1>📧</h1><p>Email</p></div>
</a>
</div>
</body>
</html>