generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
199 lines (194 loc) · 10.8 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
<!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.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/hover.css/2.1.1/css/hover-min.css" type="text/css" />
<link rel="stylesheet" href="assets/css/style.css" type="text/css">
<title>Eric Jones:Software Developer</title>
</head>
<body>
<header>
<div class="row no-gutters">
<a href="index.html" class="col-md-4 logo">
</a>
<div class="col-md-8">
<div class="row no-gutters bg-color-name-title">
<div id="apple" class="col heading">
<h1 class="name">Eric Jones</h1>
<h2 class="title">Full Stack Developer</h2>
</div>
</div>
<div class="row no-gutters">
<div class="col">
<ul id="nav" class="list-inline menucontainer">
<li class="col-6 col-sm-2 ui-menu-color-home list-inline-item menuitem">
<a href="index.html" class="hvr-sweep-to-bottom"><i class="fa fa-home aria-hidden="true"></i><span>Home</span></a>
</li>
<li class="col-6 col-sm-2 ui-menu-color-resume list-inline-item menuitem">
<a href="resume.html" class="hvr-sweep-to-bottom"><i class="fa fa-graduation-cap aria-hidden="true"></i><span>Resume</span></a>
</li>
<li class="col-6 col-sm-2 ui-menu-color-contact list-inline-item menuitem">
<a href="contact.html" class="hvr-sweep-to-bottom"><i class="fa fa-comment-o aria-hidden="true"></i><span>Contact</span></a>
</li>
<li class="col-6 col-sm-2 ui-menu-color-interests list-inline-item menuitem">
<a href="interests.html" class="hvr-sweep-to-bottom"><i class="fa fa-users" aria-hidden="true"></i><span>Interests</span></a>
</li>
<li class="col-6 col-sm-2 ui-menu-color-github list-inline-item menuitem">
<a href="github.html" class="hvr-sweep-to-bottom"><i class="fa fa-github" aria-hidden="true"></i>
<span>Github</span></a>
</li>
<li class="col-6 col-sm-2 ui-menu-color-download list-inline-item menuitem">
<a href="assets/cv/Eric_Jones.pdf" target="_blank" class="hvr-sweep-to-bottom"><i class="fa fa-download aria-hidden="true"></i><span>Download</span></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<section class="container-fluid">
<div class="row">
<div class="col-md-4 bg-color-personal-info section-column">
<div class="row">
<div class="col-12">
<h3 class="section-heading uppercase">
Personal Info
</h3>
</div>
</div>
<div class="personal-info-item">
<div class="key">
<p class="uppercase">
Name:
</p>
</div>
<div class="value">
<p>
Eric Jones
</p>
</div>
</div>
<div class="personal-info-item">
<div class="key">
<p class="uppercase">
Location:
</p>
</div>
<div class="value">
<p>
Roxheim, Germany
</p>
</div>
</div>
<div class="personal-info-item">
<div class="key">
<p class="uppercase">
Phone:
</p>
</div>
<div class="value">
<p>
01149(0)1751436829
</p>
</div>
</div>
<div class="personal-info-item">
<div class="key">
<p class="uppercase">
Email:
</p>
</div>
<div class="value">
<p>
</p>
</div>
</div>
</div>
<div class="col-md-8 bg-color-three-reasons section-column">
<div class="row">
<div class="col">
<h3 class="section-heading uppercase">About Me</h3>
</div>
</div>
<div class="row">
<div class="col-10 offset-1 offset-sm-0 col-sm-4 col-md-6">
<div class="row">
<div class="col-2">
<i class="three-reasons-icon fa fa-question" aria-hidden="true"></i>
</div>
<div class="col-10">
<h4 class="three-reasons-heading uppercase">What do I do?</h4>
<p>
I design, develop and maintain software applications, working with a variety of programming languages and technologies to create user-friendly and efficient systems that meet the needs of the client or company. This includes everything from the front-end interface to the back-end logic and database management.
</p>
</div>
</div>
</div>
<div class="col-10 offset-1 offset-sm-0 col-sm-4 col-md-6">
<div class="row">
<div class="col-2">
<i class="three-reasons-icon fa fa-thumbs-up" aria-hidden="true"></i>
</div>
<div class="col-10">
<h4 class="three-reasons-heading uppercase">How do I do it?</h4>
<p>
I strive to create a balance between form and function in the software I develop. This means that I focus on both the aesthetics and usability of the user interface as well as the technical functionality and performance of the back-end systems. I use a variety of programming languages and technologies to bring all these elements together to create a cohesive and effective software application.
</p>
</div>
</div>
</div>
<div class="col-10 offset-1 offset-sm-0 col-sm-4 col-md-6">
<div class="row">
<div class="col-2">
<i class="three-reasons-icon fa fa-bolt" aria-hidden="true"></i>
</div>
<div class="col-10">
<h4 class="three-reasons-heading uppercase">Why hire me?</h4>
<p>
As a full stack software developer, I bring a unique combination of technical expertise, creative problem-solving skills, advanced education and a passion for working in team environments to the table. With a bachelor's degree in IT and a master's degree in information systems security, I have a deep understanding of the various technologies and programming languages involved in software development and also the knowledge of how to secure the systems I develop. I thrive in enthusiastic and creative team environments, using my skills and experience to collaborate with others to create efficient, user-friendly and secure systems that meet the specific needs of my clients or employer. I am able to balance form and function, ensuring that the software I develop is both aesthetically pleasing and technically sound. This combination of skills, experience, advanced education and my ability to work well in teams sets me apart from other developers in the field and makes me a valuable asset to any company.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="container-fluid" id="apple">
<div id="footer-details" class="row">
<div class="col-sm-4">
<h5 class="uppercase general-sub">About</h5>
<p class="inline-block">
Full Stack Web Developer. Skilled in everything from HTML5, CSS, and Javascript to Python and SQL. The ability to approach problem-solving from a holistic perspective.
</p>
</div>
<div class="col-sm-4">
<h5 class="uppercase general-sub">Download</h5>
<p class="inline-block">
Need a printable version of my CV? Download it here.
<a href="assets/cv/Eric_Jones.pdf" target="_blank" class="cv-pdf">
<i class="fa fa-download" aria-hidden="true"></i>
<span class="sr-only">Download link.</span>
</a>
</p>
</div>
<div class="col-sm-4">
<h5 class="uppercase general-sub">Social</h5>
<ul class="list-inline social-links">
<li class="list-inline-item">
<a tabindex="_blank" href="https://www.linkedin.com/in/ericnathanieljones/">
<i class=" fa fa-linkedin" aria-hidden="true"></i>
<span class="sr-only">LinkedIn</span>
</a>
</li>
</ul>
</div>
</div>
</footer>
</body>
</html>