-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
219 lines (157 loc) · 6.09 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
208
209
210
211
212
213
214
215
216
217
218
219
<!DOCTYPE html>
<html lang="en">
<head>
<title>Jacob Helou</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body data-spy="scroll" data-target=".navbar">
<div>
<div class="container">
<div class="jumbotron">
<h1 class="display-1">Jacob Helou </h1>
<p>Software Developer, .net/C#, C++ and more!</p>
</div>
</div>
</div>
<div class="container">
<nav class="navbar navbar-dark bg-primary nav-pills navbar-fixed-top" id="navelement" data-offset="100">
<div class="row">
<div class="nav nav-pills">
<div class="col-sm-3">
<a href="#About"> About</a>
</div>
<div class="col-sm-3">
<a href="#Skills"> Skills/Experience</a>
</div>
<div class="col-sm-3">
<a href="#Projects"> Projects</a>
</div>
<div class="col-sm-3">
<a href="#Contact"> Contact</a>
</div>
</nav>
</div>
</div>
</div>
<div id="About">
<div class="container">
<div class="row">
<div class="col-sm-4"></div>
<div class="col-sm-2">
<a href="https://www.linkedin.com/in/jacob-helou-44810b175/">
<img id="linkedinpic" class="socmediaimages" src="assets/LI-Logo.png" alt=""></a>
</div>
<div class="col-sm-2">
<a href="https://github.com/Helouj">
<img class="socmediaimages" src="assets/GitHub_Logo.png" alt=""></a>
</div>
<div class="col-sm-4"> </div>
</div>
</div>
<h1 class="display-1">
About me
</h1>
<h2 class="display-2">Hello there!</h2>
<p id="abouttext">
Straight to the point:
I'm Jacob Helou, and if you're looking for a hardworking, persistent, developer (who's not
afraid of
spending hours chasing down a logic bug, like a missing curly brace after an else-if statement), check out
my projects and resume, and contact me if you're
interested.
</p>
<a id="downloadresume" href="assets/Jacob Helou Resume.docx">Download my Resume!</a>
</div>
<div class="skillslist" id="Skills">
<h1 class="display-1">Most Experienced with(see more on resume):</h1>
<div class="container">
<div class="row">
<div class="col-sm-3"><img class="languageicon" src="assets/csharplogo.png" alt=""></div>
<div class="col-sm-3"><img class="languageicon" src="assets/dotnetframework.png" alt=""></div>
<div class="col-sm-3"><img class="languageicon" src="assets/cpp_logo.png" alt=""></div>
<div class="col-sm-3"><img class="languageicon"
src="https://visualstudio.microsoft.com/wp-content/uploads/2019/02/BrandVisualStudioWin2019-2.svg"
alt=""></div>
</div>
<div class="row">
<div class="col-sm-1 col-sm-offset-2"><img class="languageicon" src="assets/java.png" alt=""></div>
<div class="col-sm-1"><img class="languageicon" src="assets/html5-display.png" alt=""></div>
<div class="col-sm-1"><img class="languageicon" src="assets/CSS3.png" alt=""></div>
<div class="col-sm-1"><img class="languageicon" src="assets/bootstrapB.svg" alt=""></div>
<div class="col-sm-1"><img class="languageicon" src="assets/Oracle_SQL_Developer_logo.svg"></div>
<div class="col-sm-1 "><img class="languageicon" src="assets/python.png" alt=""></div>
<div class="col-sm-1 "><img class="languageicon" src="assets/angular8.png" alt=""></div>
<div class="col-sm-1"></div>
<div class="rowoficons">
</div>
</div>
<h2 class="display-2">I'm always willing to learn something new though. See my resume <a
href="assets/Jacob Helou Resume.docx">here</a></h2>
</div>
</div>
</div>
<div class="container" id="Projects">
<div class="row">
<div class="col-sm-6">
<figure class="figure"><a href="https://helouj.github.io/StaticStoreFront/" target="blank"> <img
class="figure-img img-fluid rounded img-thumbnail" src="assets/funimationscreenshot.PNG"
alt="Static webpage project"></a>
<figcaption class="figure-caption">This was a static webpage using just basic html and css before I
learned bootstrap was a
thing.</figcaption>
</figure>
</div>
<div class="col-sm-6">
<figure class="figure"><a href="https://codepen.io/Helouj/pen/mYoegV" target="blank">
<img class="figure-img img-fluid rounded img-thumbnail" src="assets/kirby.PNG"
alt="Creature project">
</a>
<figcaption class="figure-caption">This is a drawing of kirby, using just html and css
</figcaption>
</figure>
</div>
</div>
<div class="row">
<div class="col-sm-6">
</div>
<div class="col-sm-6">
<figure><a href="https://sillyinsults.azurewebsites.net/"> <img class="img-thumbnail" src="assets/sillyinsultgeneratorpic.PNG"
alt="MVC Silly Insult Generator"></a>
<figcaption>This was an MVC .NET framework project I did halfway through ElevenFifty Academy. It
takes inspiration from madlibs, and is a site to generate silly insults for laughs.</figcaption>
</figure>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="Contact">
<h1 class="display-2">Contact me</h1>
<form id="contactform" action="https://formspree.io/[email protected]" method="POST">
<p>Name</p><input type="text" name="name">
<p>Your email</p><input type="email" name="email">
<textarea name="message" placeholder="Your message"></textarea>
<input name="gotcha" id="gotcha">
<input type="submit" value="Send">
</form>
</div>
<div id="footerareadiv">
<footer>
<p>Jacob Helou</p>
<p>2019</p>
<p>[email protected]</p>
<p>I own this page, don't steal it or whatever</p>
<p>Disclaimer: I don't work for, nor am endorsed by any of the companies whose images appear on this page.
As far as I'm aware, using images like the C# logo is perfectly fine under fair use. If, for whatever
reason it's not, please let me know.</p>
</footer>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
</body>