-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
207 lines (202 loc) · 8.03 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<!doctype html>
<html lang="en">
<head>
<!-- Required Meta Tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Title -->
<title>Jonathan Yiv</title>
<!-- Stylesheets -->
<link rel="stylesheet" href="assets/stylesheets/reset.css">
<link rel="stylesheet" href="assets/stylesheets/default.css">
<!-- Icons -->
<script defer src="https://use.fontawesome.com/releases/v5.0.2/js/all.js"></script>
<!-- Font -->
<link href="https://fonts.googleapis.com/css?family=Maven+Pro" rel="stylesheet">
</head>
<body>
<div class="container">
<nav>
<a href="/">
<img src="assets/images/dragon.png">
</a>
<a href="#menu" class="menu-link">
<i class="fas fa-bars fa-3x"></i>
</a>
</nav>
<nav id="menu" class="panel" role="navigation">
<ul>
<li><a href="#overview">About</a></li>
<li><a href="https://docs.google.com/document/d/1Zz7DPMV1Xztxhv5fNN5m0rTbP0EhjNppfhc3b074poI/">Resume</a></li>
<li>
<a href="https://github.com/jonathanyiv">
<i class="fab fa-github-alt fa-1x"></i>
</a>
<a href="https://www.linkedin.com/in/jonathanyiv/">
<i class="fab fa-linkedin fa-1x"></i>
</a>
<a href="mailto:jonathanyiv@gmail.com">
<i class="far fa-envelope fa-1x"></i>
</a>
</li>
</ul>
</nav>
<main>
<header>
<h1>Jonathan Yiv</h1>
<p>Full-Stack Web Developer</p>
</header>
<section id="technology">
<img src="assets/images/rails.png" alt="Image of the Rails Framework logo">
<img src="assets/images/html5.png" alt="Image of the HTML5 Logo">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/CSS3_logo_and_wordmark.svg/363px-CSS3_logo_and_wordmark.svg.png" alt="Image of CSS3 Logo" title="By Rudloff [CC BY 3.0 (http://creativecommons.org/licenses/by/3.0)], via Wikimedia Commons">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/73/Ruby_logo.svg/500px-Ruby_logo.svg.png" alt="Image of the Ruby Programming Language logo">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/3f/Git_icon.svg/500px-Git_icon.svg.png">
</section>
</main>
<main>
<section id="overview">
<h1>About Me</h1>
<br>
<p>
You have a problem. I can use various languages and technologies to develop your solution.
</p>
<br>
<p>
I get things done; I handle it. Let's work together!
</p>
<br>
<p>
When I'm not coding, you can find me progressing in my current videogame or manipulating my way to victory in a boardgame.
</p>
</section>
</main>
<main>
<section id="portfolio">
<h1>Projects</h1>
<div class="images">
<figure>
<a href="https://serene-coast-95388.herokuapp.com/">
<img src="assets/images/odinbook.png">
</a>
<figcaption>
<a href="https://serene-coast-95388.herokuapp.com/">Odinbook</a> - <a href="https://github.com/JonathanYiv/odinbook">[Code]</a>
<br>
A copy of Facebook in Rails without the AJAX and Chat features.
</figcaption>
</figure>
<figure>
<a href="https://fast-gorge-36383.herokuapp.com/">
<img src="assets/images/flight_booker.png">
</a>
<figcaption>
<a href="https://fast-gorge-36383.herokuapp.com/">Flight Booker</a> - <a href="https://github.com/JonathanYiv/flight-booker">[Code]</a>
<br>
Search for flights, book them, and receive a confirmation email.
</figcaption>
</figure>
<figure>
<a href="https://shielded-waters-45439.herokuapp.com/">
<img src="assets/images/event.png">
</a>
<figcaption>
<a href="https://shielded-waters-45439.herokuapp.com/">Event.io</a> - <a href="https://github.com/JonathanYiv/private-events">[Code]</a>
<br>
Create and attend events.
</figcaption>
</figure>
<figure>
<a href="https://infinite-river-55923.herokuapp.com/">
<img src="assets/images/sinatra_hangman.png">
</a>
<figcaption>
<a href="https://infinite-river-55923.herokuapp.com/">Hangman in Sinatra</a> - <a href="https://github.com/JonathanYiv/hangman">[Code]</a>
<br>
Play Hangman in a webapp.
</figcaption>
</figure>
<figure>
<a href="https://repl.it/@JonathanYiv/Chess">
<img src="assets/images/chess.png">
</a>
<br>
<ficaption>
<a href="https://repl.it/@JonathanYiv/Chess">Chess</a> - <a href="https://github.com/JonathanYiv/chess">[Code]</a>
<br>
Play Chess in the Command Line.
</ficaption>
</figure>
<figure>
<a href="https://repl.it/@JonathanYiv/Mastermind">
<img src="assets/images/mastermind.png">
</a>
<br>
<ficaption>
<a href="https://repl.it/@JonathanYiv/Mastermind">Mastermind</a> - <a href="https://github.com/JonathanYiv/mastermind">[Code]</a>
<br>
Play Mastermind in the Command Line.
</ficaption>
</figure>
<figure>
<a href="https://repl.it/@JonathanYiv/Connect-Four">
<img src="assets/images/connect_four.png">
</a>
<br>
<ficaption>
<a href="https://repl.it/@JonathanYiv/Connect-Four">Connect Four</a> - <a href="https://github.com/JonathanYiv/connect_four">[Code]</a>
<br>
Play Connect Four in the Command Line.
</ficaption>
</figure>
<figure>
<a href="https://repl.it/@JonathanYiv/Hangman">
<img src="assets/images/hangman.png">
</a>
<br>
<ficaption>
<a href="https://repl.it/@JonathanYiv/Hangman">Hangman</a> - <a href="https://github.com/JonathanYiv/hangman">[Code]</a>
<br>
Play Hangman in the Command Line.
</ficaption>
</figure>
<figure>
<a href="https://repl.it/@JonathanYiv/Tic-Tac-Toe">
<img src="assets/images/tictactoe.png">
</a>
<br>
<ficaption>
<a href="https://repl.it/@JonathanYiv/Tic-Tac-Toe">Tic-Tac-Toe</a> - <a href="https://github.com/JonathanYiv/tic-tac-toe">[Code]</a>
<br>
Play Tic-Tac-Toe in the Command Line.
</ficaption>
</figure>
</div>
<a class="github" href="https://github.com/JonathanYiv/">See my GitHub ></a>
</section>
</main>
</div>
<footer>
<p>
<a href="https://github.com/jonathanyiv">
<i class="fab fa-github-alt fa-1x"></i>
</a>
<a href="https://www.linkedin.com/in/jonathanyiv/">
<i class="fab fa-linkedin fa-1x"></i>
</a>
<a href="mailto:jonathanyiv@gmail.com">
<i class="far fa-envelope fa-1x"></i>
</a>
</p>
<br>
<small>© 2017 by Jonathan Yiv</small>
</footer>
<!-- bigSlide.js -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="assets/javascripts/bigSlide.js"></script>
<script>
$(document).ready(function() {
$('.menu-link').bigSlide();
});
</script>
</body>
</html>