forked from amwata/amwata.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
255 lines (248 loc) · 8.44 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
<!DOCTYPE html>
<html>
<head>
<meta name = "viewport" content = "width=device-width, initial-scale=1.0">
<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:fonts.googleapis.com/css2?family=Baloo+Da+2&display=swap'>
<link rel="stylesheet" href="portfolio.css">
<link rel="stylesheet" type="text/css" href="projects.css">
<link rel="stylesheet" type="text/css" href="gallery.css">
<script src="projects.js"></script>
<script src="gallery.js"></script>
<script src="portfolio.js"></script>
<title>PERSONAL PORTFOLIO</title>
</head>
<body>
<div class="loader"><h1>A</h1></div>
<body>
<header>
<div id ="bar" class = "bar"><h1 class="logo1 logoh">A</h1><div class="tnav"><span class="mn mn1"></span><span class="mn mn2"></span><span class="mn mn3"></span></div></div>
<nav>
<ul class="nav">
<li class="active nlink"><a href="#" ><i class="fa fa-home"></i> Home</a></li>
<li class="nlink"><a href="#about"><i class="fa fa-user-o"></i> About</a></li>
<li class="nlink"><a href="#projects"><i class="fa fa-gears"></i> Projects</a></li>
<li class="nlink"><a href="#gallery"><i class="fa fa-photo"></i> Gallery</a></li>
<li class="nlink"><a href="#contact"><i class = "fa fa-envelope-o"></i> Contact</a></li>
</ul>
</nav>
</header>
<section id = "home" class="sec">
<div class="homebg">
<div class="header">
<div class="logo">
<h1 class="h1 logoh">ANGA</h1>
<span class="horizon"></span>
</div>
<span class="hr"></span>
<h3 class="h3">facing the sky</h3>
</div>
</div>
<span class="slide"></span>
</section>
<section id = "about" class = "sec">
<div class ="title">
<h2>About<span class="thr"></span></h2>
</div>
<div class="profile">
<span class="dp"><span class="dpimg"></span></span>
<div class ="name">
<span class="phr"></span>
<h3>Amwata Aseda</h3>
<p> WEB DEV & DESIGNER</p>
<span class="sign"></span>
</div>
</div>
<div class="txtbx inview">
<p><span class="hello">Hello!</span>
<br>I'm a Front-End Web Developer and Designer in Kenya. I'm highly motivated and passionate about experimenting with codes. <br><br>Having obsessed with the idea of using software to solve practical problems, I have done various projects using different technologies and acquired the skills necessary for building great web applications and pages.
</p><br>
</div>
<a href ="#contact">
<span class="git">Get in Touch</span>
</a>
<div class="title"><h2>Skills | Interests<span class="thr"></span></h2></div>
<div class="skills">
<ul class="inview">
<li>JavaScript</li>
<li>React</li>
<li>Node</li>
<li>HTML/CSS</li>
<li>Git</li>
<li>TensorFlow</li>
<li>SQL</li>
<li>UI/UX</li>
</ul>
</div>
</section>
<section id ="projects" class="sec">
<div class ="title">
<h2>Projects<span class="thr"></span></h2>
</div>
<div class="container">
<div class ="box inview">
<div class="imgbx brick">
<div class ="head">
<h4 data-text="BRICKY">BRICKY</h4>
<p>Good ol' Brick Game Shooter.</p>
<p>Made Simple</p>
</div>
</div>
<div class="btn">
<ul>
<li><a href="https://github.com/amwata/bricky/tree/master" target ="_blank"><code>Source Code</code></a></li>
<li><a href="/array-math" >Preview </a></li>
</ul>
</div>
</div>
<div class ="box inview">
<div class="imgbx frwk">
<div class ="head">
<h4 data-text="PHYSICS ENGINE">PHYSICS ENGINE</h4>
<p>Fireworks simulation with Easing</p>
</div>
</div>
<div class="btn">
<ul>
<li><a href="#">Source Code</a></li>
<li><a href="#" >Preview </a></li>
</ul>
</div>
</div>
<div class ="box inview">
<div class="imgbx trails">
<div class ="head">
<h4 data-text="MAZE TRAIL">MAZE TRAIL</h4>
<p>Generating Maze with trailing slashes</p>
</div>
</div>
<div class="btn">
<ul>
<li><a href="#">Source Code</a></li>
<li><a href="#" >Preview </a></li>
</ul>
</div>
</div>
<div class ="box inview">
<div class="imgbx desmos">
<div class ="head">
<h4 data-text="DESMOS">DESMOS</h4>
<p>Canvas graphing calculator for Math</p>
</div>
</div>
<div class="btn">
<ul>
<li><a href="#">Source Code</a></li>
<li><a href="#" >Preview </a></li>
</ul>
</div>
</div>
<div class ="box inview">
<div class="imgbx matrix">
<div class ="head">
<h4 data-text="MATRIX">MATRIX</h4>
<p>Matrix is everywhere <br>so why not</p>
</div>
</div>
<div class="btn">
<ul>
<li><a href="#">Source Code</a></li>
<li><a href="#" >Preview </a></li>
</ul>
</div>
</div>
<div class ="box inview">
<div class="imgbx block">
<div class ="head">
<h4 data-text="PHYSICS ENGINE">PHYSICS ENGINE</h4>
<p>Approximating PI using <br>translational momentum </p>
</div>
</div>
<div class="btn">
<ul>
<li><a href="#">Source Code</a></li>
<li><a href="#" >Preview </a></li>
</ul>
</div>
</div>
<div class ="box inview">
<div class="imgbx colr">
<div class ="head">
<h4 data-text="COLOR RESPONSE">COLOR RESPONSE</h4>
<p>Simple game to jiggle a brain.</p>
</div>
</div>
<div class="btn">
<ul>
<li><a href="#">Source Code</a></li>
<li><a href="#" >Preview </a></li>
</ul>
</div>
</div>
<div class ="box inview">
<div class="imgbx potfo">
<div class ="head">
<h4 data-text="PORTFOLIO">PORTFOLIO</h4>
<p>A responsive portfolio website<br>I get to update my projects here</p>
</div>
</div>
<div class="btn">
<ul>
<li><a href="#">Source Code</a></li>
<li><a href="#" >Preview </a></li>
</ul>
</div>
</div>
</div>
</section>
<section id="gallery" class="sec">
<div class ="title">
<h2>Gallery<span class="thr"></span></h2>
</div>
<div class ="imgsec seco inview">
<div class="img imgo">
<div id="img" class="imgctn">
</div>
</div>
<div class="slides slideso"></div>
</div>
</section>
<section id = "contact" class = "sec">
<div class="container inview">
<div class="row ">
<form class="form">
<div class="input">
<div class="txt sub">
<input id="sbj" class="sub" type="text" required >
<label for="subject">Subject</label>
</div>
<div class="txt msg">
<textarea id="msg" class="msg" required ></textarea>
<label for="message">Message</label>
</div>
</div>
</form>
<div class="mail">
<a id="mail"><i class ="fa fa-envelope"></i> Send Mail</a>
</div>
</div>
</div>
</section>
<footer>
<div class="footer">
<div class ="ftlogo">
<h1 class="h1">ANGA</h1>
</div>
<div class="icons">
<a href="https://www.linkedin.com/in/amwata-aseda-2b3795153" targe = "_blank"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/amwata"><i class ="fa fa-github" targe = "_blank"></i></a>
<a href="https://twitter.com/sa_amwata"><i class ="fa fa-twitter" targe = "_blank"></i></a>
<a href="http://instagram.com/amwatazeda"><i class ="fa fa-instagram" targe = "_blank"></i></a>
</div>
<p>amwata aseda <i class="fa fa-copyright"></i> 2020 | ALL RIGHTS RESERVED</p>
</div>
</footer>
<script type="text/javascript">
</script>
</body>
</html>