This repository has been archived by the owner on Jan 17, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
134 lines (123 loc) · 4.86 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
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Alexander Mihalopoulos</title>
<link rel="stylesheet" type="text/css" href="css/blog-stylesheet.css">
<link rel="stylesheet" type="text/css" href="css/carousel.css">
<!-- <link rel="shortcut icon" type="image/ico" href="icons/alexei-prof-black.png" /> -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/jquery-ui.min.js"></script>
<script src="js/home.js"></script>
<script src="js/carousel.js"></script>
</head>
<body>
<div class="sidebar-wrapper">
<div class="sidebar-content">
<ul id="my-info">
<li>
<img src="icons/alexei-prof-black.png" class="prof">
</li>
<li><h1>Alexei Mihalopoulos</h1></li>
<li><div id="paragraph">
<h5>Full Stack Web Developer</h5>
<h5 id="projects">Here are some of my <a href="#" class="project_link">projects</a></h5>
<h5>Here is my <a href="pages/AlexeiMihalopoulos_RESUME.pdf" target="_blank">resume</a></h5>
<h5>Send me a <a href="mailto:[email protected]" target="_top" class="media">message</a></h5>
</div>
</li>
<li class="dropdown">
<!-- <div id="small-menu"> -->
<a href="#"><img src="icons/menu.png" alt=""></a>
<ul class="drop-nav">
<li><a href="#" class="project_link">projects</a></li>
<li><a href="pages/AlexeiMihalopoulos_RESUME.pdf" target="_blank">resume</a></li>
<li><a href="mailto:[email protected]" target="_top" class="media">message</a></li>
</ul>
<!-- </div> -->
</li>
<li>
<div id="info">
<a href="https://github.com/amihalopoulos" target="_blank" class='media'><img src="icons/github_alt.png">
</a>
<a href="http://www.linkedin.com/pub/alexander-mihalopoulos/5b/12/3b7/" target='_blank' class='media'><img src='icons/linkedin (1).png'>
</a>
<a href="http://www.google.com/+AlexanderMihalopoulos" target='_blank' class='media'><img src='icons/google_plus.png'>
</a>
</div>
</li>
</ul>
<br>
</div>
</div>
<div class="welcome-content">
<h1>hello.</h1>
</div>
<div class="list">
<div id="container">
<ul id="images">
<li id="0" class="car selected">
<div class="img">
<img class="img" src="icons/infomys.png">
<div class="bottom">
<h4>Infomys</h4>
<h6>A workout recorder that graphically represents your calendar as well as your increase in strength. </h6>
<h6>Rails, ReactJS, Ajax, & CSS</h6>
<h4><a href="https://github.com/amihalopoulos/workout-tracker">source</a></h4>
<h4><a href="http://infomys.herokuapp.com">URL</a> </h4>
</div>
</div>
</li>
<li id="1" class="car hidden">
<div class="img">
<img class="img" src="icons/tubgenius.png">
<div class="bottom">
<h4>TubeGenius</h4>
<h6>A video annotation site for youtube videos. </h6>
<h6>Rails, Ajax, PopcornJS, Foundation</h6>
<h4><a href="https://github.com/amihalopoulos/tubegenius">source</a></h4>
<h4><a href="http://tubegenius.herokuapp.com">URL</a> </h4>
</div>
</div>
</li>
<li id="2" class="car hidden">
<div class="img">
<img class="img" src="icons/mines.png">
<div class="bottom">
<h4>Minesweeper</h4>
<h6>A clone of the only good classic Microsoft computer game. </h6>
<h6>Javascript, jQuery</h6>
<h4><a href="https://github.com/amihalopoulos/minesweeper">source</a></h4>
<h4><a href="http://amihalopoulos.github.io/mines2">URL</a> </h4>
</div>
</div>
</li>
<li id="3" class="car hidden">
<div class="img">
<img class="img" src="icons/2048.png">
<div class="bottom">
<h4>2048</h4>
<h6>A clone of the puzzle game 2048. </h6>
<h6>Javascript, jQuery</h6>
<h4><a href="https://github.com/amihalopoulos/2048-clone">source</a></h4>
<h4><a href="http://amihalopoulos.github.io/pages/2048">URL</a> </h4>
</div>
</div>
</li>
</ul>
</div>
<div id="wrapper">
<span id="prev"><</span>
<ul id="dots">
<li> </li>
<li> </li>
<li> </li>
<li> </li>
</ul>
<span id="nxt">></span>
</div>
</div>
</body>
</html>