-
Notifications
You must be signed in to change notification settings - Fork 0
/
CV.html
96 lines (95 loc) · 5.23 KB
/
CV.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!doctype html>
<html lang="en">
<head>
<!-- Boostrap required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="styles/style.css">
<title>CV</title>
<link rel="icon" href="CV.html">
</head>
<body>
<!--Bootstrap navbar -->
<nav class="navbar navbar-expand-sm fixed-top navbar-dark bg-dark">
<a class="navbar-brand" href="index.html">Rafael M. Mateo Lee</a>
<button class="navbar-toggler" data-toggle="collapse" data-target="#navbarMenu">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarMenu">
<ul class="navbar-nav ml-auto">
<!-- Website pages -->
<li class="nav-item">
<a href="CV.html" class="nav-link">CV</a>
<li class="nav-item">
<a href="Programming.html" class="nav-link">Programming</a>
</li>
<!-- Social media icons -->
<li class="nav-item">
<a href="https://twitter.com/drowned__god" class="nav-link"><img id="logo" src="https://image.flaticon.com/icons/png/512/23/23931.png" height="24"></a>
</li>
<li class="nav-item">
<a href="https://www.linkedin.com/in/rafael-m-mateo-lee-6731841a4/" class="nav-link"><img src="https://www.iconfinder.com/data/icons/popular-social-media-flat/48/Popular_Social_Media-22-512.png" height="24"></a>
</li>
</ul>
</div>
</nav>
<!-- Content -->
<div id="preamble">Below is a brief overview of my education, previous positions, and programming experience. For more details, please see my <a href="https://www.linkedin.com/in/rafael-m-mateo-lee-6731841a4/">LinkedIn</a> profile.</div>
<div class="container mt-5 mb-5">
<div class="row">
<div class="col-md-6 offset-md-3">
<h4>Education:</h4>
<ul class="timeline">
<li>
<a href="https://www.mdc.edu/">Miami Dade College</a>
<p class="float-right"></a>
<p>Associate in Science Degree</p>
<li>
<a href="https://varelahighschool.net/">Felix Varela High School</a>
<p class="float-right"></a>
<p>Secondary Education</p>
</li>
</ul>
</div>
</div>
</div>
<div class="container mt-5 mb-5">
<div class="row">
<div class="col-md-6 offset-md-3">
<h4>Programming:</h4>
<ul class="timeline">
<li>
<a href="https://www.youracclaim.com/badges/ae40864e-3d23-489b-ac2e-5ec9f1bf525a"> Google IT - Support Professional</a>
<p class="float-right"></p>
<p> Grow with Google
</li>
<li>
<a href="https://www.youracclaim.com/badges/86bb6b2b-621c-4de2-915f-33fc738aca10"> Google IT - Automation with Python</a>
<p class="float-right"></p>
<p> Grow with Google
<li>
<a href="https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00sc-introduction-to-computer-science-and-programming-spring-2011/unit-1/lecture-1-introduction-to-6.00/">MIT - Computer Science and Programming Using Python</a>
<p class="float-right"></p>
<p>Massachusetts Institute of Technology</p>
</li>
<li>
<a href="https://online-learning.harvard.edu/course/cs50-introduction-computer-science">CS50 - Introduction to Computer Science</a>
<p class="float-right"></p>
<p>Harvard University</p>
</li>
<li>
<a href="https://online-learning.harvard.edu/course/cs50s-web-programming-python-and-javascript">CS50W - Web Programming with Python and Javascript</a>
<p class="float-right"></a>
<p>Harvard University</p>
</li>
</ul>
</div>
</div>
</div>
<footer>
<p class="footer"> Designed and implemented by Rafael M. Mateo </p>
</footer>
</body>
</html>