-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (58 loc) · 3.34 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Marco Rodriguez</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="images/favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Merriweather&family=Open+Sans&family=Pacifico&display=swap" rel="stylesheet">
</head>
<body>
<div class="firstcontainer">
<div class="myname">
<img src="images/cloud.png" alt="cloud image" class="cloud1">
<h1>Marco Rodriguez</h1>
<h2 class="Description">Computer Scientist</h2>
</div>
<div class="cloudymountain">
<img src="images/cloud.png" alt="cloud image" class="cloud2">
<img src="images/mountain.png" alt="mountain image" class="mountain">
</div>
</div>
<div class="middle-container">
<div class="profile">
<img class="marco"src="images/Marco-Rodriguez.png" alt="Marco Rodriguez headshot" style="width:350px;height:350px">
<h2>Hello</h2>
<p class="introoutro">I graduated from the University of California, Santa Cruz with a B.S. in Computer Science. 🎓 . I focus on distributed systems and my goal is to become a fully fledged blockchain engineer.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills</h2>
<div class="skill-row">
<iframe src="https://giphy.com/embed/StW4PD8B9RrMI" width="480" height="144" frameBorder="0" class="giphy-embed haikyuu" allowFullScreen></iframe>
<p><a href="https://giphy.com/gifs/haikyuu-karasuno-StW4PD8B9RrMI"></a></a></p>
<h3 class="teamwork">Teamwork</h3>
<p class="teamwork">I work best in teams. I believe it is important to get along with everyone to help maximize performance of the team. It is not just my belief, but also a part of my personality, to raise the performance of the overall team, I have to work as hard as I do on my technical teams as I do on my athletic teams. 😊</p>
</div>
<div class="skill-row">
<img class="comp" src="images/computer.png" alt="computer image">
<h3>Life Long Learner</h3>
<p>It's not my computer science degree that I am most proud of. I am most proud of my ability to learn all the things that I have learned. This includes: distributed systems principles, blockchain technologies, Algorithms & data structures, AI & machine learning & NLP, and of course web design. 📖 💻</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>W/ the Best in the Semi-Pro business.</h3>
<p class="introoutro">I am searching for a software engineering role (Blockchain, Databases, Data Engineering, and more) at start-up level company or higher. As well as, looking for freelance web development work (either front-end, back-end, or both).</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/marco-a-rod/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/">Twitter</a>
<a class="footer-link" href="https://www.instagram.com/legendofmar/">Instagram</a>
<p class="cp">© 2020 Marco Rodriguez.</p>
</div>
</body>
</html>