-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
212 lines (191 loc) · 9.19 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Do+Hyeon|Raleway" rel="stylesheet">
<!-- FontAwesome Fonts -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css" integrity="sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg"
crossorigin="anonymous">
<!-- This project uses Bootstrap and I used the starter code for a starting point to make sure I had the CDN links for the CSS
and JavaScript (for Bootstrap) correct: https://getbootstrap.com/docs/4.1/getting-started/introduction/
I also used their example code for the Navbar as a starting point: https://getbootstrap.com/docs/4.1/components/navbar/
-->
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4"
crossorigin="anonymous">
<!-- Site CSS Styles -->
<link rel="stylesheet" href="css/styles.css">
<title>BeckyBoyce Portfolio</title>
<!-- the below three lines are a fix to get HTML5 semantic elements working in old versions of Internet Explorer-->
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<!-- Here is our main header that is used across all the pages of our website -->
<header>
<nav class="navbar navbar-expand-lg fixed-top navbar-light bg-light">
<a class="navbar-brand" href="#">
<img class="logo" src="img/bbhorselogo.png" alt="BeckyBoyce Logo">
</a>
<button class="navbar-toggler" 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 ml-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home
<span class="sr-only">Top of page - Home position</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#featured">Featured Work</a>
</li>
</ul>
</div>
</nav>
<!-- Jumbotron -->
<div class="jumbotron jumbotron-fluid center">
<div class="container shaded">
<h1 class="display-4">Becky Boyce</h1>
<h2>Front-End Superstar 😉</h2>
<p class="lead">Welcome To My Crafting Corner of the Web.</p>
<hr class="my-4">
<p>Whether you want to have a website crafted or follow along in my crafting escapades, you are in the right place.</p>
</div>
</div>
</header>
<!-- Here is the main content -->
<main class="container">
<!-- It contains an article which has section(s) -->
<section id="featured">
<h2>Featured Work</h2>
<p class="lead">Here is a showcase of my work</p>
<div class="card-deck">
<div class="card mb-3">
<img class="card-img-top" src="img/portfolio/alia-thumbnail.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Writer's Blog</h5>
<p class="card-text">A quick and simple design for a newly college graduated writer. I went with the clean and simple look but also
wanted to match her personality. This is created using a child theme from WPSpirit theme. It has a Homepage
for quick reference, a Blog, and an About page.</p>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item skills">
<h6>
<em>Skills used:</em>
</h6>
</li>
<li class="list-group-item">WordPress</li>
<li class="list-group-item">Child Theme</li>
<li class="list-group-item">Basic Setup</li>
</ul>
<div class="card-footer">
<a href="http://aliamichelleskowron.com" target="_blank" class="card-link">See the live site here</a>
</div>
</div>
<div class="card mb-3">
<img class="card-img-top" src="img/portfolio/travel-thumbnail.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Example Landing Page</h5>
<p class="card-text">Created this site following a course called: Git a web developer job mastering the modern work flow by Brad Schiff
on Udemy. I highly recommend this course. This is an example of a Landing Page. It is best to see the site
in action since it does use JavaScript with CSS to help with the flow of the page.</p>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item skills">
<h6>
<em>Skills/Libraries used:</em>
</h6>
</li>
<li class="list-group-item">Git, GitHub, Command line</li>
<li class="list-group-item">NPM, Gulp, BrowserSync, jQuery</li>
<li class="list-group-item">BEM, PostCSS, Babel, Webpack</li>
</ul>
<div class="card-footer">
<a href="https://beckybair.github.io/travel-site/" target="_blank" class="card-link">See the live site here</a>
</div>
</div>
<div class="card mb-3">
<img class="card-img-top" src="img/portfolio/weather-thumbnail.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">JavaScript API Use</h5>
<p class="card-text">I took on this challenge while working on FreeCodeCamp Intermediate Front End Development Project called "Show
the Local Weather". I wanted to use an api to show the weather based on the user device's geolocation. I also
added a few extras that were not part of the requirements.</p>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item skills">
<h6>
<em>Libraries/APIs used:</em>
</h6>
</li>
<li class="list-group-item">JavaScript, jQuery</li>
<li class="list-group-item">IP based Geolocation</li>
<li class="list-group-item">openweathermap.org API</li>
</ul>
<div class="card-footer">
<a href="https://codepen.io/beckybair/pen/ENeeGr" target="_blank" class="card-link">CodePen Link</a>
</div>
</div>
</div>
</section>
</main>
<!-- And here is our main footer that is used across all the pages of our website -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="copyright">©2017 | Becky Boyce</span>
</div>
<div class="col-md-4">
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a href="https://twitter.com/KnitterGirl39" target="_blank">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.facebook.com/beckyboycewebdev/" target="_blank">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/becky-boyce-mism/" target="_blank">
<i class="fab fa-linkedin-in"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://github.com/beckybair" target="_blank">
<i class="fab fa-github"></i>
</a>
</li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-inline quicklinks">
<li class="list-inline-item">
<a href="#">Page Top</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js" integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm"
crossorigin="anonymous"></script>
<!-- Site JavaScript -->
<!-- TODO: add Javascript in future versions -->
<!-- <script type="text/javascript" src="js/main.js"></script> -->
</body>
</html>