-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (55 loc) · 2.49 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
<!DOCTYPE html>
<html>
<head>
<title> Robert Maratos </title>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="static/style.css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="static/index.js"></script>
</head>
<body>
<div class="vcenter">
<div class="row">
<div class="col-md-12">
<h1 class="text-center"> Robert Maratos </h1>
</div>
</div>
<div class="row">
<div class="col-md-2 col-md-offset-4">
<h2 class="text-center"> <a id="projects-dropdown" href="javascript:void(0)"> Projects </a> </h2>
</div>
<div class="col-md-2">
<h2 class="text-center"> <a href="static/rmaratos_resume.pdf" target="_blank"> Resume </a> </h2>
</div>
</div>
</div>
<div class="row pics">
<div class="col-md-4"></div>
<div id="projects" class="col-md-2" style="display: none;">
<p class="text-center"> <a href="http://build18.ece.cmu.edu/wiki/index.php/FPGA_on_the_Web!" target="_blank"> FPGA on the Web! </a> </p>
<p class="text-center"> <a href="http://www.we-fi.me/" target="_blank"> we-fi </a> </p>
<p class="text-center"> <a href="http://dinexchange.herokuapp.com/about" target="_blank"> dineXchange </a> </p>
<p class="text-center"> <a href="https://www.youtube.com/watch?v=pPhxFV5Tpg4" target="_blank"> CMU Wifi </a> </p>
</div>
<div class="pics col-md-4 hcenter">
<a href="https://github.com/rmaratos" target="_blank">
<img src="static/github.svg">
</a>
<a href="mailto:[email protected]">
<img src="static/email.svg">
</a>
<a href="https://www.linkedin.com/pub/robert-maratos/70/16b/1b1/" target="_blank">
<img src="static/linkedin.svg">
</a>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-53167507-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>