-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (51 loc) · 2.16 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 lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Miguel Hernandez</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Merriweather|Montserrat|Press+Start+2P&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<h1>I'm Miguel</h1>
<h2>a developer.</h2>
<img class="main-img" src="images/working-guy.png" alt="coding-img">
</div>
<div class="middle-container">
<div class="profile">
<img class="profile-img" src="images/profile-pic.png" alt="">
<h2>Hello.</h2>
<p>I'm a game developer based in Miami, United States. I have a passion for game development and design and love to create experiences for any platform (PC, Console, mobile). </p>
</div>
<hr>
<div class="skills">
<h2>What I can develop.</h2>
<div class="skill-row">
<img class="skill-image1" src="images/games-circle.png" alt="">
<br>
<h3>Games.</h3>
<p>I'm a game developer, so I know how to bring your game idea to life and make it run across devices using the most popular game engines available.</p>
</div>
<div class="skill-row">
<img class="skill-image2" src="images/web-circle.png" alt="">
<br>
<h3>Websites.</h3>
<p>I know how to create websites to run accross devices using the latest technologies available.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>I'm currently open to new job offers</h3>
<p>If you have a project you want to get started, think you need my help with something or just saying hey, then get in touch.</p>
<a class="btn" href="mailto:[email protected]">MESSAGE ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/miguel-hernandez-248b6bb3/">LinkedIn</a>
<a class="footer-link" href="downloads/Resume.pdf" download="Resume.pdf">Resume</a>
<p class="footer-copyright">© 2019 Miguel Hernandez.</p>
</div>
</html>