-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
256 lines (248 loc) · 10.8 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Titillium+Web" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="./css/Sharlee_Bryan.css">
</head>
<body>
<!--Navigation-->
<nav class="navbar navbar-toggleable-md navbar-inverse bg-inverse">
<button class="navbar-toggler navbar-toggler-left" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#profile">Profile<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact Me</a>
</li>
</ul>
</div>
</nav>
<!--/Navigation-->
<!--Profile-->
<section id="profile" class="py-5">
<img id="profile_pic" class="rounded-circle" src="https://media.licdn.com/mpr/mpr/shrinknp_200_200/AAEAAQAAAAAAAAVRAAAAJGJiYWM1MGJjLTIyMzctNDFlZS1iODg0LTUyMTdjZTk0NDkyYw.jpg" alt="SB_profile_pic">
<div>
<h2 class="my-4">[Sharlee Bryan]</h2>
<br />
<div id="Summary" class="container mx-20 text-center">
<p>As a life-time learner, I love sharing my knowledge and skills with others <br />
to make people's lives easier so we can all focus on the important things in life. <br />
I truly believe we can make a difference, one small action at a time!</p>
</div>
</div>
</section>
<!--/Profile-->
<!--Skills-->
<section id="Skills">
<h2>[Skills/Learning]</h2>
<br /> <br />
<div class="container container-fluid full-width bg-inverse text-white text-center">
<div class="row row-no-gutter">
<div class="col-sm-4">
<h3>Python/Django</h3>
</div>
<div class="col-sm-4">
<h3>MS SQL Server</h3>
</div>
<div class="col-sm-4">
<h3>C#/Visual Studio TFS</h3>
</div>
</div>
<div class="row row-no-gutter">
<div class="col-sm-4">
<h3>ASP.NET MVC</h3>
</div>
<div class="col-sm-4">
<h3>HTML5/CSS3/bootstrap</h3>
</div>
<div class="col-sm-4">
<h3>Javascript/jQuery</h3>
</div>
</div>
</div>
</section>
<!--/Skills-->
<br /> <br /> <br />
<!--Projects-->
<section id="projects">
<h2>[Projects]</h2>
<br /><br />
<div class="container mx-20 text-center">
<p>View all current projects at <a href="https://github.com/sharz1">github.com/sharz1</a></p>
<p>Click images to view code samples</p>
</div>
<br />
<div class="flex-container text-center">
<!--Photo Container 1-->
<div class="photo-container">
<h1>War Game Simulator</h1>
<div class="photo">
<a href="https://github.com/sharz1/C_Sharp_Projects/blob/master/WarCardGameSimulator/WarCardGameSimulator/Battle.cs" target="_new">
<img src="sharz1.github.io/images/projects/War_Home.JPG" alt="War_Game">
</a>
<br /><br />
<a href="https://github.com/sharz1/C_Sharp_Projects/blob/master/WarCardGameSimulator/WarCardGameSimulator/Player.cs" target="_new">
<img src="sharz1.github.io/images/projects/War_Play.JPG" alt="War_Game">
</a>
<br /><br />
<a href="https://github.com/sharz1/C_Sharp_Projects/blob/master/WarCardGameSimulator/WarCardGameSimulator/Default.aspx.cs" target="_new">
<img src="sharz1.github.io/images/projects/War_Win.JPG" alt="War_Game">
</a>
<div class="photo-overlay">
<h3>C#/ASP.NET</h3>
<p>Randomly deals deck of cards to 2 Players,<br />plays War battles until 1 player has all cards<br />Names the winner</p>
<br /><br />
</div>
</div>
</div>
<!--END Photo Container 1-->
<!--Photo Container 2-->
<div class="photo-container">
<h1>Casino Slots Game</h1>
<div class="photo">
<a href="https://github.com/sharz1/C_Sharp_Projects/blob/master/CasinoSlots/CasinoSlots/Default.aspx.cs" target="_new">
<img src="sharz1.github.io/images/projects/Casino_Slots.JPG" alt="C#ASP.NET_Casino_Slots">
</a>
<div class="photo-overlay">
<h3>C#/ASP.NET</h3>
<p>Tracks player money, <br /> calculates wins and payouts <br /> $20 max bet per spin</p>
<br /><br />
</div>
</div>
</div>
<!--END Photo Container 2-->
<!--Photo Container 3-->
<div class="photo-container">
<h1>Darts Game Simulator</h1>
<div class="photo">
<a href="https://github.com/sharz1/C_Sharp_Projects/blob/master/DartsGameSimulator/DartsGameSimulator/Default.aspx.cs" target="_new">
<img src="sharz1.github.io/images/projects/Darts_Game1.JPG" alt="Darts_Game">
</a>
<div class="photo-overlay">
<h3>C#/ASP.NET</h3>
<p>Throws 3 random darts per player per round<br />keeps players' scores until 300 is reached</p>
<br /><br />
</div>
</div>
</div>
<!--END Photo Container 3-->
<!--Photo Container 4-->
<div class="photo-container">
<h1>Spy Performance Tracker</h1>
<div class="photo">
<a href="https://github.com/sharz1/C_Sharp_Projects/blob/master/EpicSpiesAssetTracker/EpicSpiesAssetTracker/Default.aspx.cs" target="_new">
<img src="sharz1.github.io/images/projects/Spy_Tracker.JPG" alt="Spy_App">
</a>
<div class="photo-overlay">
<h3>C#/ASP.NET</h3>
<p>Tracks aggregate performance of spies in "Epic Spies" organization</p>
<br /><br />
</div>
</div>
</div>
<!--END Photo Container 4-->
<!--Photo Container 5-->
<div class="photo-container">
<h1>Epic Spies New Assigment Form</h1>
<div class="photo">
<a href="https://github.com/sharz1/C_Sharp_Projects/tree/master/EpicSpyMissionAssignmentApp" target="_new">
<img src="sharz1.github.io/images/projects/Spy2.JPG" alt="Spy_Mission1">
</a>
<br /><br />
<a href="https://github.com/sharz1/C_Sharp_Projects/tree/master/EpicSpyMissionAssignmentApp" target="_new">
<img src="sharz1.github.io/images/projects/Spy3.JPG" alt="Spy_Mission2">
</a>
<div class="photo-overlay">
<h3>C#/ASP.NET</h3>
<p>Allows spy handlers to schedule new assignments for individual spies</p>
<p>Business logic throws error if invalid date range selected</p>
<br /><br />
</div>
</div>
</div>
<!--END Photo Container 5-->
<!--Photo Container 6-->
<div class="photo-container">
<h1>Python File Transfer GUI</h1>
<div class="photo">
<a href="https://github.com/sharz1/Python_Project_Samples/blob/master/SQLandGUIforCheckFiles.py" target="_new">
<img src="sharz1.github.io/images/projects/Transfer_Files_App.JPG" alt="Python_Transfer_Files_App">
</a>
<div class="photo-overlay">
<h3>Python/Tkinter library</h3>
<p>Allows user to transfer recently updated<br />files from source to destination folder</p>
<br /><br />
</div>
</div>
</div>
<!--END Photo Container 6-->
<!--Photo Container 7-->
<div class="photo-container">
<h1>Wild West Pizza Online Ordering</h1>
<div class="photo">
<a href="https://github.com/sharz1/WildWestPizzaOrdering" target="_new">
<img src="sharz1.github.io/images/projects/pizzafull.JPG" alt="Pizza_Website">
</a>
<br /><br />
<a href="https://github.com/sharz1/WildWestPizzaOrdering/blob/master/WWPizza.js" target="_new">
<img src="sharz1.github.io/images/projects/pizzasummary.JPG" alt="Pizza_Order">
</a>
<div class="photo-overlay">
<h3>HTML5/CSS3/bootstrap/JS/jQuery</h3>
<p>Adds one or more customized pizzas to cart<br />Calculates order totals based on pizza choices +addons </p>
<br /><br />
</div>
</div>
</div>
<!--END Photo Container 7-->
<!--Photo Container 8-->
<div class="photo-container">
<h1>Health/Fitness Website</h1>
<div class="photo">
<a href="https://github.com/sharz1/FitnessWebPage/blob/master/css/fitnessanimations.css" target="_new">
<img src="sharz1.github.io/images/projects/fitness_site.JPG" alt="fitness_site">
</a>
<div class="photo-overlay">
<h3>HTML5/CSS3/bootstrap</h3>
<p>Front-end for health/fitness tracker website <br /> with nutrition/recipes, calendar, weight tracker, login page</p>
<br /><br />
</div>
</div>
</div>
<!--END Photo Container 8-->
</div>
</section>
<!-- End of Projects-->
<br /><br /><br />
<!-- Contact -->
<section id="contact" class="text-center">
<h2>[Contact Me]</h2>
<br /><br />
<a href="https://www.linkedin.com/in/sharlee-bryan-0b97a227" class="fa fa-linkedin-square fa-3x"></a>
<a href="https://github.com/sharz1" class="fa fa-github fa-3x"></a>
<a href="mailto:sharlee.bryanATgmailDOTcom" class="fa fa-envelope-o fa-3x" onclick="this.href=this.href.replace(/AT/,'@').replace(/DOT/,'.')"></a>
</section>
<!-- /Contact -->
<!--Footer -->
<footer>
© 2017 Sharlee Bryan
</footer>
<!--/Footer -->
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" integrity="sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js" integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" crossorigin="anonymous"></script>
</body>
</html>