This repository was archived by the owner on Oct 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
214 lines (214 loc) · 7.03 KB
/
index.html
File metadata and controls
214 lines (214 loc) · 7.03 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Brendon Smith | Udacity</title>
<meta name="description" content="Webpage for Udacity code on GitHub" />
<meta
name="keywords"
content="Udacity,GitHub,Jekyll,Bootstrap,HTML,CSS,JavaScript,jQuery"
/>
<meta name="author" content="Brendon Smith" />
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<!-- Bootstrap core CSS -->
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk"
crossorigin="anonymous"
/>
<!-- Google Fonts -->
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Lobster%7CRaleway:300"
/>
<!-- Custom styles for this page -->
<link rel="stylesheet" href="css/portfolio.css" />
<!-- Font Awesome -->
<script src="https://use.fontawesome.com/a629607ecd.js"></script>
</head>
<body>
<!-- Header -->
<header class="container header">
<div class="row">
<div class="col-md-6">
<a href="https://udacity.com">
<img
class="header-logo svg"
src="img/udacity-long.svg"
alt="Udacity logo svg"
/>
<!-- Alternate version of header logo to display when dark theme is toggled -->
<img
class="header-logo svg d-none"
src="img/udacity-long-white.svg"
alt="Udacity logo svg alt"
/>
</a>
</div>
<div class="col-md-6">
<h1 class="header-title">
Brendon Smith
</h1>
</div>
</div>
<div class="row">
<div class="col">
<h2 class="header-subtitle">
Udacity portfolio
</h2>
</div>
</div>
</header>
<main>
<!-- Large center jumbotron container -->
<div class="container">
<div class="jumbotron background-udacity">
<article class="lead">
<header>
<h2 class="display-3">Hello World!</h2>
</header>
<p>
This website showcases the Udacity work I have shared on GitHub. <br />I
built the site as a project for my Udacity Full Stack Nanodegree
program.<br />Check it out, and Stay Udacious!
</p>
<p>Documentation for the project:</p>
<a href="#" class="btn btn-secondary btn-lg" role="button"
>About »</a
>
<a href="#" class="btn btn-secondary btn-lg" role="button"
>Rubric »</a
>
</article>
</div>
</div>
<!-- Portfolio thumbnails -->
<section class="container">
<div class="row">
<div class="col">
<header>
<h2 class="header-subtitle text-left">Featured work</h2>
</header>
</div>
</div>
<div class="row">
<article class="col-sm-4">
<img
src="https://cdn.worldvectorlogo.com/logos/udacity.svg"
alt="Udacity U svg"
class="img-thumbnail"
/>
<header>
<h3>Udacity FSND</h3>
</header>
<p>
General repository for Udacity Full Stack Nanodegree program
(FSND) course notes and materials. Step right up and learn about
the cool things I'm doing with Udacity!
</p>
<p>
<a
class="btn btn-secondary"
href="https://github.com/br3ndonland/udacity-fsnd"
role="button"
>GitHub »</a
>
</p>
</article>
<article class="col-sm-4">
<img
src="img/fresh-tomatoes-noir-thumbnail-square.png"
alt="Movie site thumbnail"
class="img-thumbnail"
/>
<header>
<h3>Movie site</h3>
</header>
<p>
Server-side code written in Python to store a list of my favorite
movies, including artwork and trailers, then serve the data to a
local webpage with HTML and CSS.
</p>
<p>
<a
class="btn btn-secondary"
href="https://github.com/br3ndonland/udacity-fsnd01-p01-movies"
role="button"
>GitHub »</a
>
</p>
</article>
<article class="col-sm-4">
<img
src="img/design-mockup-portfolio-thumbnail-square.png"
alt="Portfolio site design mockup"
class="img-thumbnail"
/>
<header>
<h3>Portfolio site</h3>
</header>
<p>
This website! We were provided with a design mockup (screenshot)
of a developer portfolio webpage, and had to replicate the design
with HTML and CSS.
</p>
<p>
<a
class="btn btn-secondary"
href="https://github.com/br3ndonland/udacity-fsnd01-p02-portfolio"
role="button"
>GitHub »</a
>
</p>
</article>
</div>
</section>
</main>
<!-- Footer -->
<footer class="container footer">
<div class="row py-2">
<div class="col">
<span class="text-muted px-2">
© 2017 Brendon Smith
</span>
<span class="px-2">
<a
class="fa fa-github fa-3x card-link text-muted align-middle"
href="https://github.com/br3ndonland/"
></a>
</span>
<span class="px-2">
<button type="button" class="btn btn-dark btn-theme-toggle">
Theme toggle
</button>
</span>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI"
crossorigin="anonymous"
></script>
<!-- JavaScript for this website -->
<script src="js/portfolio.js"></script>
</body>
</html>