-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
200 lines (186 loc) · 8.25 KB
/
Copy pathindex.html
File metadata and controls
200 lines (186 loc) · 8.25 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Alex Barke - Dev</title>
<link rel="shortcut icon" href="favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--Google Fonts-->
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css">
<!--JQuery-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!--Bootstrap-->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!--Font Awesome and Devicons-->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" />
<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://cdn.rawgit.com/konpa/devicon/df6431e323547add1b4cf45992913f15286456d3/devicon.min.css">
<!--My Stylesheets-->
<link rel="stylesheet" href="css/bootstrap-styles.css">
<link rel="stylesheet" href="css/animation.css">
</head>
<body id="myPage" data-spy="scroll" data-target=".navbar" data-offset="60">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#myPage">Alex Barke</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="#about">ABOUT</a></li>
<li><a href="#summary">DEV SUMMARY</a></li>
<li><a href="#portfolio">PORTFOLIO</a></li>
</ul>
</div>
</div>
</nav>
<div class="jumbotron text-center">
<h1>Hello, I'm Alex</h1>
<div id="socialicons">
<!--Github-->
<a class="icon" href="https://github.com/githubacct54385" target="_blank" title="See my Github page"><i class="fa fa-github"></i></a>
<!--Linkedin-->
<a class="icon" href="https://www.linkedin.com/in/alex-barke-002" target="_blank" title="See my Linkedin"><i class="fa fa-linkedin"></i></a>
<!--Instagram-->
<a class="icon" href="https://www.instagram.com/alexbarke002/?hl=en" target="_blank" title="See my Instagram"><i class="fa fa-instagram"></i></a>
<!--Email-->
<a class="icon" href="mailto:alexbarke002@gmail.com" title="Send me an email"><i class="fa fa-envelope"></i></a>
</div>
</div>
<!-- Container (About Section) -->
<div id="about" class="container-fluid">
<div class="row">
<div class="col-sm-10">
<h2>About</h2><br>
<h3>I'm a California-native making a living in Singapore.
I've been living in Asia for over a year now.
I recently moved to Singapore and acquired a developer
role with a focus in cybersecurity.</h3><br>
</div>
<div class="col-sm-2">
<img class="img-responsive slideanim" src="public/me.JPG" alt="my pic" />
</div>
</div>
</div>
<!--Container (Developer Summary Section)-->
<div id="summary" class="container-fluid bg-grey">
<div class="row">
<div class="col-sm-12 text-center"><h2>Dev Summary</h2></div>
<div class="row">
<div class="col-sm-4">
<h3 class="text-center">Databases</h3>
<div class="devsummary text-center">
<i class="icon fa fa-database"></i>
</div>
<h3>I've worked with a handful of DBs (MSSQL, PostgreSQL, MongoDB) and Redis cache.
I have experience writing queries and connecting these to my backend.</h3>
</div>
<div class="col-sm-4">
<h3 class="text-center">Backend Programming</h3>
<div class="devsummary text-center">
<i class="icon fa fa-gear"></i>
</div>
<h3>This is my bread and butter. I have working experience with C#, VB, and Java.
In my spare time, I've taught myself Ruby (my new favorite).
</h3>
</div>
<div class="col-sm-4">
<h3 class="text-center">Web Design</h3>
<div class="devsummary text-center">
<i class="icon fa fa-html5"></i>
</div>
<h3>Some of my most recent personal projects have been here.
I've taught myself Rails, Sinatra, Node.js, and Flask in the last couple months.
I've also been growing in my knowledge of frontend frameworks
out there incuding React and Bootstrap.
</h3>
</div>
</div>
<br>
</div>
</div>
</div>
<!-- Container (Portfolio Section) -->
<div id="portfolio" class="container-fluid text-center">
<div class="row">
<h2>Portfolio</h2><br>
<div class="col-sm-3">
<h1>Donation Campaigns</h1>
<h3>Demo crowdsourcing website for church donations. Uses <a class="link-to-site" href="https://stripe.com/connect" target="_blank">Stripe Connect</a>
for collecting donations and sending them to campagin owners.</h3>
<div>
<span class="rails-icon">
<i class="devicon-rails-plain" title="Made with Rails"></i>
</span>
<span class="codeicons">
<a class="icon" href="https://github.com/githubacct54385/DonationCampaigns" target="_blank" title="See the code"><i class="fa fa-code"></i></a>
</span>
</div>
<div>
<a class="link-to-site" href="https://churchdonations.herokuapp.com/" target="_blank">See it in action!</a>
</div>
</div>
<div class="col-sm-3">
<h1>Redis Rails</h1>
<h3>Simple website demonstrating how to rate limit an IP Address connecting to your site.</h3>
<div>
<span class="rails-icon">
<i class="devicon-rails-plain" title="Made with Rails"></i>
</span>
<span class="codeicons">
<a class="icon" href="https://github.com/githubacct54385/RedisRails" target="_blank" title="See the code"><i class="fa fa-code"></i></a>
</span>
</div>
</div>
<div class="col-sm-3">
<h1>APAC Webpage</h1>
<h3>A demo travel package website for booking flights to a few destinations in APAC.
Uses <a class="link-to-site" href="https://stripe.com/checkout" target="_blank">Stripe Checkout</a>
for payment processing and <a class="link-to-site" href="https://www.sendgrid.com/" target="_blank">SendGrid</a>
for sending out emails.</h3>
<div>
<span>
<img src="public/sinatra-logo.png" alt="Made with Sinatra" title="Made with Sinatra" width="78" height="54" />
</span>
<span class="codeicons">
<a class="icon" href="https://github.com/githubacct54385/APACTravelsWebPage" target="_blank" title="See the code"><i class="fa fa-code"></i></a>
</span>
</div>
<div>
<a class="link-to-site" href="https://enigmatic-lowlands-58124.herokuapp.com/" target="_blank">See it in action!</a>
</div>
</div>
<div class="col-sm-3">
<h1>Stock Insights</h1>
<h3>Given a stock ticker, a start and end date, find the best day to buy and sell the stock within that range.</h3>
<div>
<span class="rails-icon">
<i class="devicon-rails-plain" title="Made with Rails"></i>
</span>
<span class="codeicons">
<a class="icon" href="https://github.com/githubacct54385/StocksApp" target="_blank" title="See the code"><i class="fa fa-code"></i></a>
</span>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<h1>What! That's it?</h1>
<h3>Checkout the rest of my projects on <a class="link-to-site" href="https://github.com/githubacct54385" target="_blank">Github</a></h3>
</div>
</div>
</div><br />
<footer class="container-fluid text-center">
<a href="#myPage" title="To Top">
<span class="jumping-chevron glyphicon glyphicon-chevron-up"></span>
</a>
</footer>
<script src="js/index.js"></script>
</body>
</html>