-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
194 lines (163 loc) · 6.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Stewart Wallace</title>
<link rel = "stylesheet" type = "text/css" href = "css/main.css" />
<script src="js/main.js"></script>
</head>
<body>
<div id="section_one">
<p id="title">Stewart Wallace</p>
<h1 id="developer_header">Developer</h1>
<hr>
<h1 id="instructor_header">Instructor</h1>
<p id="introduction">Hello! Scroll down or view my resume <a class="link_informaion" href="documents/Stewart Wallace - resume.pdf"> here </a>.
<a class="link_informaion"href="#section_eight">Contact me <a/></p>
</div>
<div id="section_two">
<h1 id="about_title">About</h1>
<p id="about_text">I'm currently an adjunct instructor at Northeastern Technical College. I'm also getting started with
freelance work on the side in both mobile and web developement. I have a bachelors degree in Computer Science. I also have
experience in Android development and robotics research.</p>
<p class="about_text">Outside of programming and work, I lift weights in my free time, I enjoy reading any type of genre and binge
watching Netflix. My programming interests include learning full stack development, bioinformatics (any healthcare related),
learning new technologies, and learning new ways to teach programming. </p>
</div>
<div id="section_three">
<h1 id="experiences_title">Experiences and work history</h1>
<!--TODO<p id="experience_subtitle">Click the title for more details</p>-->
<div id="netc" class="work">
<h2>Adjunct instructor - Computer Technology</h2>
<p>Northeastern Technical College</p>
<p>August 2017 - Current</p>
</div>
<div id="brite"class="work">
<h2>Intern: Android developer</h2>
<p>Brite (Independent Company)</p>
<p>Feburary 2018 - May 2018</p>
</div>
<div id="use_reu" class="work">
<h2>Intern(REU): Research Assistant</h2>
<p>University of South Carolina</p>
<p>Summer 2018</p>
</div>
</div>
<div id="section_four">
<h1 id="education_awards_title">Education and awards</h1>
<h1 id="eduction_title">Education</h1>
<div class="item">
<h2>Computer Science BS 3.67/4.00</h2>
<p>Minor: Applied Mathematics</p>
<p>Francis Marion University (August 2014 - May 2018)</p>
</div>
<div class="item" id="netc">
<h2>Computer Technology AAS</h2>
<p>Northeastern Technical College (August 2012- August 2014) </p>
</div>
<div id="awards">
<h1 id="awards_title">Awards and Honors</h1>
<p>Life scholar 2012-2016</p>
<p>Who's who of technical colleges - 2014</p>
<p>Computer Science award - Graduated top of the 2018 class.</p>
<p>Uplison Pi Epilson (President) - Computer Science honor society</p>
</div>
</div>
<div id="section_five">
<h1 id="experiences_title">Projects</h1>
<p id="experience_subtitle">Click the project name for more details</p>
<div class="project">
<h2>Animal Shelter</h2>
<p>Project for Software Engineering course (CS340). Create an animal shelter management system.</p>
<div class="technical_tag first_tag">Java</div>
<div class="technical_tag">JavaFX</div>
<div class="technical_tag">MySQL</div>
<div class="technical_tag">Agile</div>
<div class="technical_tag">Scrum</div>
</div>
<div class="project">
<h2>Animal Shelter v2.0</h2>
<p>Recreating the Animal Shelter project using Spring Boot stack.</p>
<div class="technical_tag first_tag">Java</div>
<div class="technical_tag">Spring boot</div>
<div class="technical_tag">MySQL</div>
<div class="technical_tag">Javascript</div>
<div class="technical_tag">HTML5</div>
<div class="technical_tag">CSS3</div>
</div>
<div class="project">
<h2>This website (and blog below)</h2>
<p>Built using HTML, CSS and Javascript.</p>
<div class="technical_tag first_tag">Javascript</div>
<div class="technical_tag">HTML5</div>
<div class="technical_tag">CSS3</div>
</div>
<div class="project">
<h2>toDolist</h2>
<p>Create web apps of a todolist using a varied of technologies</p>
<div class="technical_tag first_tag">Vue.js</div>
<div class="technical_tag">Reactjs</div>
<div class="technical_tag">MEAN</div>
<div class="technical_tag">jquery</div>
<div class="technical_tag">Plain Javascript</div>
<div class="technical_tag">SASS</div>
<div class="technical_tag">Plain CSS3</div>
<div class="technical_tag">LESS</div>
</div>
</div>
<div id="section_six">
<h1>Skillset</h1>
<h2>HTML</h2>
<div class="progress_container" id="html_container">
<div class="progress_bar" id="HTML">
</div>
</div>
<h2>CSS</h2>
<div class="progress_container" id="html_container">
<div class="progress_bar" id="CSS">
</div>
</div>
<h2>Javascript</h2>
<div class="progress_container" id="html_container">
<div class="progress_bar" id="Javascript">
</div>
</div>
<h2>Java</h2>
<div class="progress_container" id="html_container">
<div class="progress_bar" id="Java">
</div>
</div>
<h2>Android</h2>
<div class="progress_container" id="html_container">
<div class="progress_bar" id="Android">
</div>
</div>
<h2>SQL</h2>
<div class="progress_container" id="html_container">
<div class="progress_bar" id="SQL">
</div>
</div>
<h2>Database (concepts)</h2>
<div class="progress_container" id="html_container">
<div class="progress_bar" id="Database">
</div>
</div>
</div>
<div id="section_seven">
<h1 id="blog_heading">What I'm currently working on (blog)</h1>
<img src="images/underconsturction.gif" />
<div id="blog_section">
</div>
</div>
<div id="section_eight">
<h1 id="contact_heading">Contact</h1>
<div id="social_icons">
<a id="facebook" href= "https://www.facebook.com/stewartwallace1115"><img src="images/flogo-RGB-HEX-Blk-144.png" /> </a>
<a id="github" href= "https://github.com/StewartWallace1115" ><img src="images/GitHub-Mark-120px-plus.png" /></a>
<a id="linkidn" href= "https://www.linkedin.com/in/stewart-wallace-382775147/"><img src="images/In-2C-108px-TM.png" /></a>
</div>
<p><a id="resume" href="documents/Stewart Wallace - resume.pdf"> Click here for my resume </a></p>
<p>Email: [email protected]</p>
</div>
</body>
</html>