-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
200 lines (186 loc) · 10.5 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Cadin's Portfolio</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="assets/images/favicon.png">
<!-- Bootstrap CDN -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css" integrity="sha384-Smlep5jCw/wG7hdkwQ/Z5nLIefveQRIY9nfy6xoR1uRYBtpZgI6339F5dgvm/e9B"
crossorigin="anonymous">
<!-- Fontawesome CDN -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU"
crossorigin="anonymous">
<!-- Scrollbar Custom CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css">
<!-- Main styles -->
<link rel="stylesheet" type="text/css" media="screen" href="assets/styles/css/main.css" />
</head>
<body>
<div class="wrapper">
<!-- Sidebar -->
<nav id="sidebar">
<ul class="sidebar__nav">
<li>
<a data-toggle="elementscroll" href="#about">
<span class="icon about-btn"></span>
<span class="text">About</span>
</a>
</li>
<li>
<a data-toggle="elementscroll" href="#skills">
<span class="icon skills-btn"></span>
<span class="text">Skills</span>
</a>
</li>
<li>
<a data-toggle="elementscroll" href="#projects">
<span class="icon projects-btn"></span>
<span class="text">Projects</span>
</a>
</li>
</ul>
</nav>
<!-- Page Content -->
<div id="content">
<!-- ABOUT -->
<section id="about" class="about">
<div class="section-header">
<h1 class="h2">About me</h1>
</div>
<h2 class="name">
<span class="first">Cadin</span>
<span class="last">McQueen</span>
</h2>
<div class="about__content">
<img class="profile-img" src="assets/images/profile-image.jpg" alt="Photo of Cadin McQueen">
<div>
<p>I love developing intuitive, accessible designs, writing clean, readable code, and always staying ahead of the curve by picking up new technologies. Currently, I collaborate with cross-functional teams at <a href="https://www.digitalwave.com" target="_blank">Digital Wave</a> to build web solutions for clients in the higher ed, healthcare, and e-learning industries. I have 2-3 years of experience working with technologies including HTML, CSS3, Sass, Git, Javascript/ES6, jQuery, Node, Express, MySQL, Mongo, React, and more.</p>
<p>When I'm not coding, you can bet that I'm either playing or working on my favorite pastime: Beat Saber (<a href="https://www.youtube.com/channel/UCaj9KPdd8mVTxuyOCPlXTlQ" target="_blank">check out my custom charts</a>)!</p>
<p>Want to chat? Find me on <a href="https://www.linkedin.com/in/cadinmcqueen/" target="_blank">LinkedIn</a> or <a href="https://github.com/Awfulnaut" target="_blank">Github</a>. If you're in Philly, feel free to ping me on the <a href="https://www.phillydev.org/" target="_blank">PhillyDev Slack</a>, and maybe I'll see you around town at a meetup!</p>
<hr>
<!-- Social Media -->
<div class="follow__icons">
<a href="https://www.linkedin.com/in/cadinmcqueen/" target="_blank">
<i class="fab fa-linkedin"></i>
</a>
<a href="https://github.com/Awfulnaut" target="_blank">
<i class="fab fa-github-square"></i>
</a>
</div>
</div>
</div>
</section>
<!-- /ABOUT -->
<!-- SKILLS -->
<section id="skills" class="skills">
<div class="section-header">
<h2>Skills & Experience</h2>
</div>
<div class="skills__content">
<div class="skills__card">
<img src="assets/images/css3.png" alt="CSS3">
<p>CSS3</p>
</div>
<div class="skills__card">
<img src="assets/images/sass.png" alt="Sass">
<p>Sass</p>
</div>
<div class="skills__card">
<img src="assets/images/javascript.png" alt="Javascript">
<p>Javascript</p>
</div>
<div class="skills__card">
<img src="assets/images/jquery.png" alt="jQuery">
<p>jQuery</p>
</div>
<div class="skills__card">
<img src="assets/images/react.png" alt="React">
<p>React</p>
</div>
</div>
</section>
<!-- /SKILLS -->
<!-- PROJECTS -->
<section id="projects" class="projects">
<div class="section-header">
<h2>Projects</h2>
</div>
<div class="projects__content container-fluid">
<div class="projects__card">
<h3 class="projects__title projects__title">Recca</h3>
<img src="assets/images/recca.png" alt="Recca the raccoon site logo">
<div class="projects__buttons">
<a href="https://github.com/recca-social/Recca" target="_blank" class="btn btn--source">
<span>Source</span>
</a>
<a href="http://www.recca.social" target="_blank" class="btn btn--view">
<span>View</span>
</a>
</div>
</div>
<div class="projects__description">
<p>Search, save, and track your progress for your favorite media (shows, movies, books, music, games) and make recommendations to friends.</p>
<p>
<strong>Technologies: </strong>Mongo, Mongoose, Express, React, Node, Javascript, Sass, Heroku</p>
</div>
<hr>
<div class="projects__card">
<h3 class="projects__title projects__title">Guestroom</h3>
<img src="assets/images/guestroom.jpg" alt="Man on a couch with a laptop">
<div class="projects__buttons justify-content-center">
<a href="https://guestroom.com" target="_blank" class="btn btn--view">
<span>View</span>
</a>
</div>
</div>
<div class="projects__description">
<p>A blog for the consultants working at <a href="https://www.digitalwave.com">Digital Wave</a> and <a href="https://antechsystemsinc.com">Antech Systems Inc.</a></p>
<p>
<strong>Technologies: </strong>Wordpress, MySQL, PHP, HTML, CSS, Javascript, jQuery</p>
</div>
<hr>
<div class="projects__card">
<h3 class="projects__title projects__title--long">Self-Improvement Kingdom</h3>
<img src="assets/images/SI-Kingdom-project.jpg" alt="Pixel characters doing battle">
<div class="projects__buttons">
<a href="https://github.com/Awfulnaut/SI-Kingdom" target="_blank" class="btn btn--source">
<span>Source</span>
</a>
<a href="https://nameless-thicket-61553.herokuapp.com" target="_blank" class="btn btn--view">
<span>View</span>
</a>
</div>
</div>
<div class="projects__description">
<p>Build your army and battle your way to self-improvement in this full-stack, gamified task manager.</p>
<p>
<strong>Technologies: </strong>Heroku, Node, Express, Sequelize, MySQL, Passport, Cron, Handlebars, Javascript,
jQuery, Bootstrap, CSS, HTML</p>
</div>
</div>
<hr>
</section>
<!-- /PROJECTS -->
</div>
</div>
<!-- LinkedIn button -->
<script type="text/javascript" src="https://platform.linkedin.com/badges/js/profile.js" async defer></script>
<!-- jQuery CDN -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Popper JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"></script>
<!-- Bootstrap JS -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/js/bootstrap.min.js" integrity="sha384-o+RDsa0aLu++PJvFqy8fFScvbHFLtbvScb8AjopnFD+iEQ7wo/CG0xlczd+2O/em"
crossorigin="anonymous"></script>
<!-- Font Awesome JS -->
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js" integrity="sha384-kW+oWsYx3YpxvjtZjFXqazFpA7UP/MbiY4jvs+RWZo2+N94PFZ36T6TFkc9O3qoB"
crossorigin="anonymous"></script>
<script defer src="https://use.fontawesome.com/releases/v5.0.13/js/fontawesome.js" integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY"
crossorigin="anonymous"></script>
<!-- Main JS -->
<script src="assets/js/main.js"></script>
</body>
</html>