-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
203 lines (166 loc) · 6.3 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bradley C. Anderson</title>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Amiko" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Dosis:200" rel="stylesheet">
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Bootstrap JS -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- CDN for FontAwesome icon set -->
<script src="https://use.fontawesome.com/918be82e56.js"></script>
<!-- Prefixfree CSS tool -->
<script src="assets/js/prefixfree.js"></script>
<!-- custom stylesheet -->
<link rel="stylesheet" href="assets/css/styles.css">
</head>
<body>
<div class="col-xs-12 main-container">
<!-- Title box -->
<div class="col-xs-12 item title-box">
<div class="title-box-caption">
<div class="title-box-caption-content">
<div class="caption-name">
<bradley_anderson/>
</div>
</div>
</div>
<!-- Contact info panel -->
<div class="col-xs-12 col-lg-8 col-lg-offset-2 contact-section">
<a href="mailto:[email protected]">
<i class="fa fa-envelope fa-5x email" aria-hidden="true"></i>
</a>
<a data-toggle="collapse" data-target="#about-section">
<i class="fa fa-user-circle-o fa-5x about" aria-hidden="true"></i>
</a>
<a href="https://uptowork.com/mycv/bradleycanderson" target="_blank">
<i class="fa fa-file-text fa-5x resume" aria-hidden="true"></i>
</a>
<a href="https://github.com/bcaytonanderson" target="_blank">
<i class="fa fa-github fa-5x github" aria-hidden="true"></i>
</a>
<a href="https://www.linkedin.com/in/bradleyanderson" target="_blank">
<i class="fa fa-linkedin fa-5x linkedin" aria-hidden="true"></i>
</a>
</div>
<!-- end contact panel -->
</div>
<!-- end title box -->
<div class="col-xs-12 col-lg-8 col-lg-offset-2 collapse" id="about-section">
<div class="col-xs-12 col-sm-8 col-sm-offset-2 about-left">
<h1>About</h1>
<p>I am a full-stack developer who is looking to truly start a career in this industry. Specializing in Ruby, JavaScript, and CSS, I worked for just under two years as a professional mentor teaching online students the fundamentals of web development. Now, I am eager to stop teaching and start developing.</p>
<p>My ideal work environment is one where I am a part of a team that comes together to do amazing things; one where the members readily help one and other, and one who through mutual support goes on to become even more skillfull and more successful than before.</p>
</div>
</div>
<!-- portfolio items -->
<div class="col-xs-12 projects-container">
<div id="factor-overlay" class="col-xs-12 collapse">
<a data-toggle="collapse" data-target="#factor-overlay">
<div class="col-xs-12 project-details">
<div class="col-xs-6 project-details-picture">
something
</div>
<div class="col-xs-6 project-details-info">
something
</div>
</div>
</a>
</div>
<div class="col-xs-12 items-container">
<div class="col-xs-6 col-md-4 item factor">
<a data-toggle="collapse" data-target="#factor-overlay" class="portfolio-box" target="_blank">
<div class="portfolio-box-caption ruby-caption">
<div class="portfolio-box-caption-content">
<div class="caption-category">
Ruby on Rails
</div>
<div class="caption-project">
Factor
</div>
</div>
</div>
</a>
</div>
<div class="col-xs-6 col-md-4 item gtn">
<a href="https://github.com/bcaytonanderson/guess-the-number" class="portfolio-box" target="_blank">
<div class="portfolio-box-caption js-caption">
<div class="portfolio-box-caption-content">
<div class="caption-category">
JavaScript
</div>
<div class="caption-project">
Guess the Number
</div>
</div>
</div>
</a>
</div>
<div class="col-xs-6 col-md-4 item cfrails">
<a href="https://github.com/bcaytonanderson/cfrails" class="portfolio-box" target="_blank">
<div class="portfolio-box-caption ruby-caption">
<div class="portfolio-box-caption-content">
<div class="caption-category">
Ruby on Rails
</div>
<div class="caption-project">
CF Rails Project
</div>
</div>
</div>
</a>
</div>
<div class="col-xs-6 col-md-4 item speed">
<a href="https://github.com/bcaytonanderson/Speed-Card-Game" class="portfolio-box" target="_blank">
<div class="portfolio-box-caption js-caption">
<div class="portfolio-box-caption-content">
<div class="caption-category">
Javascript, jQuery
</div>
<div class="caption-project">
Speed
</div>
</div>
</div>
</a>
</div>
<div class="col-xs-6 col-md-4 item angular-project">
<a href="#" class="portfolio-box">
<div class="portfolio-box-caption js-caption">
<div class="portfolio-box-caption-content">
<div class="caption-category">
Javascript, AngularJS
</div>
<div class="caption-project">
Project Name
</div>
</div>
</div>
</a>
</div>
<div class="col-xs-6 col-md-4 item dotnet-project">
<a href="#" class="portfolio-box">
<div class="portfolio-box-caption dotnet-caption">
<div class="portfolio-box-caption-content">
<div class="caption-category">
.NET Core
</div>
<div class="caption-project">
Project Name
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
<!-- end portfolio items section -->
</body>
</html>