-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
263 lines (247 loc) · 8.21 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
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link
href="https://fonts.googleapis.com/css?family=Inter:400,600,500,700,800"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./style/style.css" />
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-2W9VP6ZBTW"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
window.dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-2W9VP6ZBTW");
</script>
<title>Portfolio</title>
</head>
<body>
<div class="desktop-intro">
<!-- Welcome Header -->
<header class="header">
<h1 class="logo">Welcome</h1>
<nav class="nav-bar" id="menu-body">
<i class="fa fa-bars" id="menu-btn" aria-hidden="true"></i>
</nav>
</header>
<header class="h-desktop" id="menu">
<i class="fa fa-times fa-2x" id="close-btn" aria-hidden="true"></i>
<ul class="nav-element">
<li><a class="nav-link" href="#work">Portfolio</a></li>
<li><a class="nav-link" href="#about">About</a></li>
<li><a class="nav-link" href="#contact">Contact</a></li>
</ul>
</header>
<!-- Main content 1-->
<section class="main1">
<div class="wrap-content">
<div class="intro">
<h1 class="name animate__animated animate__backInDown animate__delay-1s">Hey there. I'm Guy Ntare</h1>
<h1 class="prof">I am Software Developer</h1>
<p>
With a background in developing efficient software applications in a global market including mentoring 13+ junior developers to achieve concrete goals on a strict deadline. Strong skills include React,
Redux, JavaScript, Ruby on Rails and Flutter
</p>
<ul class="sc-desktop">
<li>
<a href="https://twitter.com/ntare_guy"
target="_blank"
><i
class="fa fa-twitter fa-3x"
title="twitter"
aria-hidden="true"
></i
></a>
</li>
<li>
<a href="https://www.linkedin.com/in/ntare-guy/" target="_blank"
><i
class="fa fa-linkedin fa-3x"
title="linkedin"
aria-hidden="true"
></i
></a>
</li>
<li>
<a href="https://github.com/41hulk" target="_blank"
><i
class="fa fa-github fa-3x"
title="github"
aria-hidden="true"
></i
></a>
</li>
</ul>
</div>
<div class="social-media">
<ul>
<li>
<a href="https://twitter.com/ntare_guy" target="_blank"
><i
class="fa fa-twitter fa-lg"
title="twitter"
aria-hidden="true"
></i
></a>
</li>
<li>
<a href="https://www.linkedin.com/in/ntare-guy/" target="_blank"
><i
class="fa fa-linkedin fa-lg"
title="linkedin"
aria-hidden="true"
></i
></a>
</li>
<li>
<a href="https://github.com/41hulk" target="_blank"
><i
class="fa fa-github fa-lg"
title="github"
aria-hidden="true"
></i
></a>
</li>
</ul>
</div>
<a href="#work" class="down-button">
<img src="./image/Disabled.svg" alt="down button" />
</a>
</div>
</section>
</div>
<!-- content 2 -->
<section class="main2" id="work">
<div class="title">
<h2>My Recent Work</h2>
<div class="end-line"></div>
</div>
<div class="projects-desktop" id="card-container" >
</div>
</section>
<!-- content 3 -->
<section class="main3" id="about">
<h2>About me</h2>
<p>
I possess a wealth of knowledge and experience in remote development, having constructed a variety of projects,
including landing pages and utilizing APIs. I place great importance on planning and preparation and have spent the past
few months working remotely, often across different time zones. This has made me highly adaptable to this type of work.
Additionally, I am passionate about art and enjoy watching classic films ranging from "For a Few Dollars More" (1965) to
"Lock, Stock and Two Smoking Barrels" (1998).
</p>
<a href="https://docs.google.com/document/d/1Miu2RG36ac9ojUZ6tyzH8mqFS9ADUMmef3BGdVobDbY/edit?usp=sharing"
target="_blank" class="resume-button">Get My Resume</a>
</section>
<ul class="card-info">
<li class="card">
<img src="./image/icon-languages.svg" alt="Language" />
<h2>Language</h2>
<ul>
<li>Javascript</li>
<li>Ruby</li>
<li>html</li>
<li>css</li>
</ul>
</li>
<li class="card">
<img src="./image/icon-frameworks.svg" alt="framework" />
<h2>Framework</h2>
<ul>
<li>Bootstrap</li>
<li>Ruby on Rails</li>
<li>Rspec</li>
<li>Capybara</li>
</ul>
</li>
<li class="card">
<img src="./image/icon-skills.svg" alt="Skills" />
<h2>Skills</h2>
<ul>
<li>Codekit</li>
<li>Github</li>
<li>Codepen</li>
<li>Gitlab</li>
<li>Terminal</li>
</ul>
</li>
</ul>
<footer class="main4-contact" id="contact">
<div class="main4">
<h1 class="animate__animated animate__bounceInLeft animate__delay-1s">
I'm always interested in hearing about new projects, so if you'd like
to chat please get in touch.
</h1>
<form
class="contact-form"
action="https://formspree.io/f/mdobandd"
method="POST"
>
<input
type="text"
name="name"
maxlength="30"
placeholder="Full name"
required
/>
<input
type="email"
name="_replyto"
placeholder="Email address"
required
/>
<textarea
name="comments"
maxlength="500"
placeholder="Enter text here"
required
></textarea>
<button type="submit">Get in touch</button>
</form>
</div>
<div class="bg-image-1"></div>
<div class="bg-image-2"></div>
<div class="bg-image-3"></div>
<ul class="sc-desktop" id="footer-icon">
<li>
<a href="https://twitter.com/ntare_guy" target="_blank"
><i
class="fa fa-twitter fa-lg"
title="twitter"
aria-hidden="true"
></i
></a>
</li>
<li>
<a href="https://www.linkedin.com/in/ntare-guy/" target="_blank"
><i
class="fa fa-linkedin fa-lg"
title="linkedin"
aria-hidden="true"
></i
></a>
</li>
<li>
<a href="https://github.com/41hulk" target="_blank"
><i class="fa fa-github fa-lg" title="github" aria-hidden="true"></i
></a>
</li>
</ul>
</footer>
<div class="line"></div>
<script src="./form.js"></script>
<script src="./script.js"></script>
</body>
</html>