-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (54 loc) · 2.73 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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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=Inter:wght@300;400;500;600;700&family=Source+Code+Pro:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<title>Roberto Gutiérrez / Portfolio</title>
<link rel="stylesheet" href="css/root.css">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/head-home.css">
<link rel="stylesheet" href="css/style-home.css">
<link rel="stylesheet" href="css/imgs.css">
<link rel="stylesheet" href="css/footer.css">
</head>
<body>
<!-- GRID -->
<div class="grid-container">
<div class="grid-item">
<img class="header__logo" src="imgs/logo/logo_rrgo-w-05.svg" alt="logo roberto gutierrez design">
</div>
<div>
<nav class="grid-item">
<ul class="nav__bar">
<li class="header__link"><a class="anchor" href="./index.html">home</a></li>
<li class="header__link"><a class="anchor" href="./projects.html">projects</a></li>
<li class="header__link"><a class="anchor" href="./about.html">about me</a></li>
</ul>
</nav>
</div>
<section class="slogan-container">
<div class="slogan">
<h1>there are no small projects,<br>
only small ideas.</h1>
<h3>let's find your next big break.</h3>
</div>
</section>
</div>
<!-- FOOTER -->
<footer class="footer container">
<ul class="network">
<li class="network__link"><a href="mailto:[email protected]"><img border="0" alt="[email protected]" src="https://i.ibb.co/YhHTXg5/gmail.png"/></a></li>
<li class="network__link"><a href="https://github.com/elbob-mx"><img border="0" alt="GitHub" src="https://i.ibb.co/5rTt2g1/git.png"/></a></li>
<li class="network__link"><a href="https://www.linkedin.com/in/roberto-r-guti%C3%A9rrez-o-7066b887/"><img border="0" alt="LinkedIn" src="https://i.ibb.co/NngVZV5/linkedin.png"/></a></li>
</ul>
<div class="dev-footer">
<p>dev:rrgo / 2022</p>
<!-- <img class="footer-homer" src="https://i0.wp.com/revusetcorriges.com/wp-content/uploads/2019/02/fat-homer-computer.gif?fit=82%2C60&ssl=1" alt="homer hacker"> -->
</div>
</footer>
</body>
</html>