-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
253 lines (246 loc) · 8.85 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
<!DOCTYPE html>
<html>
<head>
<title>Shane Widanagama</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">
<ul class="icons">
<li>
<a
href="mailto:[email protected]"
class="icon solid fa-envelope"
><span class="label">Email</span></a
>
</li>
<li>
<a
href="https://twitter.com/ShaneW212"
class="icon brands fa-twitter"
><span class="label">Twitter</span></a
>
</li>
<li>
<a
href="https://www.linkedin.com/in/shane-widanagama/"
class="icon brands fa-linkedin"
><span class="label">LinkedIn</span></a
>
</li>
<li>
<a
href="https://github.com/shanewidanagama"
class="icon brands fa-github"
><span class="label">Github</span></a
>
</li>
</ul>
</header>
<!-- Banner -->
<section id="banner">
<div class="content">
<header>
<h1>Hi 👋, I'm Shane!<br /></h1>
<p>Software Engineer</p>
</header>
<ul class="actions">
<li>
<a href="aboutme.html" class="button primary large"
>ABOUT ME</a
>
</li>
</ul>
</div>
<span class="image object profilecontainer">
<img class="profile" src="images/profile_1_BW.jpg" alt="" />
</span>
</section>
<!-- Section -->
<section>
<header class="major">
<h2>Latest Projects</h2>
</header>
<div class="posts">
<article>
<a
href="https://shanewidanagama.github.io/trick-shot-ecommerce-client/"
class="image"
><img
src="https://i.imgur.com/gBkGto7.gif"
alt="product details screenshot"
/></a>
<h3>Trick Shot E-Commerce Client</h3>
<p>
<strong
>React, MUI, TypeScript, JavaScript, HTML5, CSS3</strong
>
- Responsive storefront for the Luka 2 'Trick Shot' basketball
shoes. Ads on social media will link to this, so customers can
learn more about the product, get excited, and purchase it
seamlessly.
</p>
<ul class="actions">
<li>
<a
href="https://shanewidanagama.github.io/trick-shot-ecommerce-client/"
class="button"
>View App</a
>
</li>
<li>
<a
href="https://github.com/shanewidanagama/trick-shot-ecommerce-client/tree/main"
class="button"
>View Code</a
>
</li>
</ul>
</article>
<article>
<a
href="https://github.com/kevdev424/spring-petclinic/tree/main/.github/workflows"
class="image"
><img
src="images/github_actions.png"
alt="Github Actions logo"
/></a>
<h3>Reusable Spring Boot App Workflows</h3>
<p>
<strong>Github Actions & Azure</strong> - Reusable continuous
integration and continuous delivery GitHub workflows for
Spring Boot apps.
</p>
<ul class="actions">
<li>
<a
href="https://github.com/kevdev424/spring-petclinic/tree/main/.github/workflows"
class="button"
>View Code</a
>
</li>
</ul>
</article>
<article>
<a
href="https://shanewidanagama.github.io/SimpleParallax.js-analysis/"
class="image"
><img
src="https://user-images.githubusercontent.com/46659817/234705001-fbb64dcb-5ff0-4075-bf3e-2b14b24dfdf5.png"
alt="Simpleparallaxjs screenshot"
/></a>
<h3>simpleParallax.js Guide</h3>
<p>
<strong>HTML5, CSS3 & JavaScript</strong> - A demonstration,
analysis, and quickstart guide to using the simpleParallax.js
library to create pleasing parallax effects as the user
scrolls through your webpage.
</p>
<ul class="actions">
<li>
<a
href="https://shanewidanagama.github.io/SimpleParallax.js-analysis/"
class="button"
>View App</a
>
</li>
<li>
<a
href="https://github.com/shanewidanagama/SimpleParallax.js-analysis"
class="button"
>View Code</a
>
</li>
</ul>
</article>
<article>
<a
href="https://academic.oup.com/g3journal/article/12/2/jkab401/6433155?login=false"
class="image"
>
<img
src="images/orthologous_gene_clusters.png"
alt="phylogenetic analysis figure"
/>
</a>
<h3>Genome Assembly and Analysis Pipeline</h3>
<p>
<strong>Linux, Bash/Shell</strong> - Designed and developed
custom genome assembly and phylogenetic analysis Bash script
pipelines, resulting in a high quality Typha latifolia
reference genome, and saving 8 months on the genome assembly
and analysis of future cattail species. Regularly communicated
my work to technical and non-technical audiences like my
supervisors, thesis defense panel, and at conferences.
</p>
<ul class="actions">
<li>
<a
href="https://academic.oup.com/g3journal/article/12/2/jkab401/6433155?login=false"
class="button"
>Learn More</a
>
</li>
</ul>
</article>
</div>
</section>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<br />
<br />
<!-- Section -->
<section>
<header class="major">
<h2>Get in touch</h2>
</header>
<ul class="contact">
<li class="icon solid fa-envelope">
<a href="mailto:[email protected]"
>
</li>
<li class="icon solid brands fa-twitter">
<a href="https://twitter.com/ShaneW212">Shane's Twitter</a>
</li>
<li class="icon solid brands fa-linkedin">
<a href="https://ca.linkedin.com/in/shane-widanagama"
>Shane's LinkedIn</a
>
</li>
<li class="icon solid brands fa-github">
<a href="https://github.com/shanewidanagama">Shane's Github</a>
</li>
</ul>
</section>
<!-- Footer -->
<footer id="footer">
<p class="copyright">
© Shane Widanagama. 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>
</html>