-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
aboutme.html
217 lines (201 loc) · 10.6 KB
/
aboutme.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
<!DOCTYPE HTML>
<html>
<head>
<title>Shawn Charles Portfolio - CharlesCreativeContent</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo">Changing the World <strong>1 line of Code</strong> at a time</a>
<ul class="icons">
<li><a href="mailto:[email protected]" class="icon fa-envelope"><span class="label">Email</span></a></li>
<li><a href="https://twitter.com/shawnbasquiat" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://linkedin.com/in/shawnxcharles" class="icon brands fa-linkedin"><span class="label">Linked-In</span></a></li>
<li><a href="https://github.com/CharlesCreativeContent" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a href="https://angel.co/u/shawnxcharles" class="icon brands fa-angellist"><span class="label">Angel List</span></a></li>
</ul>
</header>
<!-- Banner -->
<section id="banner">
<div class="content">
<header>
<h1>About Me</h1>
<span>I love answers!<br /><br />
I am always thinking about code and this passion often leads me to solve my coding problem, while I’m jogging, playing guitar, watching physics documentaries, or cooking fajitas for breakfast. I'll figure out the answer then rush to my computer to see it work. <br /><br />
My name is Shawn Charles. I’m a passionate child of parents who emigrated from Guyana, passionate about creating community within the tech space, And a passionate software engineer who will do whatever it takes to find an answer. <br /><br />
Get in touch to find the next answer together!</span><br><br>
</header>
<!-- <p>Mini Del-Blurb saying why anyone would want to click on that button below and learn more about me.</p> -->
<ul class="actions">
<li><a href="images/Resume.pdf" download="ShawnCharles-Resume" class="button primary icon solid fa-download"/>Resume</a></li>
</ul>
</div>
<span class="image object">
<img src="images/headshot.jpg" alt="" />
</span>
</section>
<!-- Section -->
<section>
<header class="major">
<h2>Services</h2>
</header>
<div class="features">
<article>
<span class="icon fa-gem"></span>
<div class="content">
<h3>Web App Development</h3>
<p>Front-end and back-end web development and design, from wireframes and UI/UX design, to Full Stack Web Applications</p>
</div>
</article>
<article>
<span class="icon solid fa-rocket"></span>
<div class="content">
<h3>UI/UX Design</h3>
<p>Human-centered approach to all design decisions so that products feel custom built for the target audience and is easy-to-navigate</p>
</div>
</article>
<article>
<span class="icon solid fa-paper-plane"></span>
<div class="content">
<h3>Responsive Design</h3>
<p>Built to look and perform beautifully on all types of devices, with a page structure that is logical and helps users (and search engines) browse efficiently</p>
</div>
</article>
<article>
<span class="icon solid fa-signal"></span>
<div class="content">
<h3>Business Strategy</h3>
<p>Marketing & advertsing strategy that utilizes online and offline based technologies to promote your services and grow your brand</p>
</div>
</article>
</div>
</section>
<!-- Section -->
<section>
<header class="major">
<h2>Latest Projects</h2>
</header>
<div class="posts">
<article>
<a a target="_blank" href="travelara.org" class="image"><img src="images/soon.png" alt="" /></a>
<h3>Travelara.org</h3>
<p><strong>Javascript, Bootstrap, Sass, Node.js, & Express.js</strong> - Travelara makes dream vacations come true by offering a platform to help build momentous milestones along with your friends and family! Travelara makes Dream Trips a Reality!</p>
<ul class="actions">
<li><a a target="_blank" href="travelara.org" class="button">Visit</a></li>
</ul>
</article>
<article>
<a target="_blank" href="https://codepen.io/ShawnBasquiat/full/bGVWpYw" class="image"><img src="images/bug.png" alt="" /></a>
<h3>Rigley 2: "Flappy Bug"</h3>
<p><strong>Javascript & Phaser.js</strong> - The awaited sequel sees our Rigley friend jumping through firewalls "Flappy Bird" style.</p>
<ul class="actions">
<li><a target="_blank" href="https://codepen.io/ShawnBasquiat/full/bGVWpYw" class="button">Play</a></li>
</ul>
</article>
<article>
<a target="_blank" href="https://poke-matchcards.netlify.app/" class="image"><img src="images/poke.png" alt="" /></a>
<h3>Matching Cards</h3>
<p><strong>HTML5, CSS3, & Javascript</strong> - With over 100 different cards, test your memory in these three popular trading card themes, Pokemon, Yugioh, & Magic: The Gathering!</p>
<ul class="actions">
<li><a target="_blank" href="https://poke-matchcards.netlify.app/" class="button">Play</a></li>
</ul>
</article>
<article>
<a target="_blank" href="https://shawn-shoppies.netlify.app/" class="image"><img src="images/Shoppies.png" alt="" /></a>
<h3>Shoppies Movie Search</h3>
<p><strong>Javascript & Confetti.js</strong> - Search site where you can find out where you can watch your favorite movies.</p>
<ul class="actions">
<li><a target="_blank" href="https://shawn-shoppies.netlify.app/" class="button">Visit</a></li>
</ul>
</article>
<article>
<a target="_blank" href="https://anime-sc.herokuapp.com/" class="image"><img src="images/anime.png" alt="" /></a>
<h3>Anime List</h3>
<p><strong>Bootstrap, Javascript, Node.js, Express.Js</strong> - Web application where you can find and save your favorite manga and anime</p>
<ul class="actions">
<li><a target="_blank" href="https://anime-sc.herokuapp.com/" class="button">Visit</a></li>
</ul>
</article>
<article>
<a target="_blank" href="https://codepen.io/ShawnBasquiat/full/LYVMOrb" class="image"><img src="images/bug3.png" alt="" /></a>
<h3>Rigley Escape</h3>
<p><strong>Javascript & Phaser.js</strong> - A game where you are a bug trying to avoid the coders. Do you have the skills to become a 'Zero Day' Bug?</p>
<ul class="actions">
<li><a target="_blank" href="https://codepen.io/ShawnBasquiat/full/LYVMOrb" class="button">Play</a></li>
</ul>
</article>
<article>
<a target="_blank" href="https://pokemon-type-battle.netlify.app" class="image"><img src="images/battle.png" alt="" /></a>
<h3>Pokemon Type Battle</h3>
<p><strong>HTML5, CSS3, & Javascript</strong> - A pokemon simulator where you choose the right type of pokemon to win. Are you the next Pokemon Master?</p>
<ul class="actions">
<li><a target="_blank" href="https://pokemon-type-battle.netlify.app" class="button">Play</a></li>
</ul>
</article>
<article>
<a target="_blank" href="https://delfino-casino.netlify.app" class="image"><img src="images/slots.png" alt="" /></a>
<h3>Isle Delfino Casino</h3>
<p><strong>HTML5, CSS3, & Javascript</strong> - A virtual casino, featuring a slot-machine, roulette, and our Mario friends</p>
<ul class="actions">
<li><a target="_blank" href="https://delfino-casino.netlify.app" class="button">Play</a></li>
</ul>
</article>
<article>
<a target="_blank" href="https://harrypotter-horoscope.netlify.app" class="image"><img src="images/news.png" alt="" /></a>
<h3>Harry Potter Horoscope</h3>
<p><strong>HTML5, CSS3, Javascript, & Node.js</strong> - Whether you are Gryffindor or Slytherin, you can get your weekly horoscope from TheDailyProphet!</p>
<ul class="actions">
<li><a target="_blank" href="https://harrypotter-horoscope.netlify.app" class="button">Visit</a></li>
</ul>
</article>
</div>
</section>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Search -->
<section id="search" class="alt">
<form method="post" action="#">
<input type="text" name="query" id="query" placeholder="Search" />
</form>
</section>
<!-- Menu -->
<!-- Section -->
<section>
<header class="major">
<h2>Get in touch</h2>
</header>
<p>Reach out and let's start a conversation!</p>
<ul class="contact">
<li class="icon solid fa-envelope"><a href="mailto:[email protected]">[email protected]</a></li>
<li class="icon brands fa-twitter"><a href="https://twitter.com/shawnbasquiat" >@ShawnBasquiat</a></li>
<li class="icon brands fa-linkedin"><a href="https://linkedin.com/in/shawnxcharles">@ShawnXCharles</a></li>
<li class="icon brands fa-github"><a href="https://github.com/CharlesCreativeContent">@CharlesCreativeContent</a></li>
</ul>
</section>
<!-- Footer -->
<footer id="footer">
<p class="copyright">© CharlesCreativeContent. All rights reserved.</p>
</footer>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
<!--Editorial by HTML5 UP-->
</html>