-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmywork.html
148 lines (122 loc) · 7.16 KB
/
mywork.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Merriweather&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css">
<title>Joel Adrian - Stunt Performer</title>
<link rel="shortcut icon" type="image/png" href="assets/images/favicon.png">
<!--Added favicon, a picture from this site of Joel in action-->
</head>
<body>
<!-- NAVBAR, The navigation links is positioned beside eachother on larger screens, but the class navbar-expand-sm is added for responsive collapsing on small screens-->
<header>
<nav class="navbar fixed-top navbar-dark navbar-expand-sm">
<div class="container-fluid">
<button class="navbar-toggler mx-auto" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse text-center" id="navbarNav">
<ul class="navbar-nav mx-auto text-uppercase">
<!--for a centered navbar I added mx-auto class to ul-->
<li class="nav-item">
<a class="nav-link mr-2 ml-2" href="index.html">About me</a>
</li>
<li class="nav-item active">
<a class="nav-link mr-2 ml-2" href="mywork.html">My work<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link mr-2 ml-2" href="videos.html">Videos</a>
</li>
<li class="nav-item">
<a class="nav-link mr-2 ml-2" href="photos.html">Photos</a>
</li>
<li class="nav-item">
<a class="nav-link mr-2 ml-2" href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!--My work section is divided in two columns under the header, where the resume pdf document is embedded on the page, this to provide the user with a quick overview of it.
Underneath it you can click on the download icon and download it. You can also click on a link to IMDB in the section below that-->
<section class="container mywork-container">
<div class="row text-center">
<div class="col-12 page-header">
<h1 class="text-uppercase">My work</h1>
</div>
</div>
<div class="col-12 text-center mywork-column rounded">
<h3 class="pt-3">My Resume</h3>
<!-- <div class="embed-responsive embed-responsive-16by9 embed-resume">
<embed src="assets/resume/joeladrianresume.pdf" width="640" height="460" frameborder="0">
</div> -->
<h4 class="lead">Click here to View and Download my resume!</h4>
<p class="inline-block">
<a href="assets/resume/joeladrianresume.pdf" target="_blank" class="resume-pdf">
<i class="fa fa-download fa-3x pt-3" aria-hidden="true"></i>
<span class="sr-only">Download Link.</span>
</a>
</p> <br>
<div class="col-12 text-center mt-3 pb-3">
<h3>My IMDB page</h3>
<h4 class="lead">Click here to check it out!</h4>
<p class="inline-block">
<a href="https://www.imdb.com/name/nm6038807/" target="_blank" class="imdb-link">
<i class="fa fa-imdb fa-3x mb-2 pt-3" aria-hidden="true"></i>
<span class="sr-only">Click at the link</span>
</a>
</p>
</div>
</div>
</section>
<!--Footer section, divided into two columns. I wanted to use the Bootstrap grid system for the responsive behaviour-->
<footer class="container-fluid fixed-bottom">
<div id="footer-details" class="row text-center">
<div class="col-12 col-md-6">
<!--On screens smaller than 768px the columns will show on top of eachother-->
<h6 class="text-uppercase">Download my resume here.</h6>
<!--To make it easy for users to download the resume from every page-->
<p class="inline-block">
<a href="assets/resume/joeladrianresume.pdf" target="_blank" class="resume-pdf">
<i class="fa fa-download" aria-hidden="true"></i>
<span class="sr-only">Download Link.</span>
</a>
</p>
</div>
<div class="col-12 col-md-6">
<h6 class="text-uppercase">Social</h6>
<ul class="list-inline social-links">
<!--Three Social links to make it easy for users to click on from every page-->
<li class="list-inline-item mr-2 ml-2">
<!--ml and mr, for changing the space between the items-->
<a href="https://www.facebook.com/joel.slaatto" target="_blank">
<i class="fa fa-facebook" aria-hidden="true"></i>
<span class="sr-only">Facebook</span>
</a>
</li>
<li class="list-inline-item mr-2 ml-2">
<a href="https://www.instagram.com/joeladrianslaatto/" target="_blank">
<i class="fa fa-instagram" aria-hidden="true"></i>
<span class="sr-only">Instagram</span>
</a>
</li>
<li class="list-inline-item mr-2 ml-2">
<a href="https://www.imdb.com/name/nm6038807/" target="_blank">
<i class="fa fa-imdb" aria-hidden="true"></i>
<span class="sr-only">IMDB</span>
</a>
</li>
</ul>
</div>
</div>
</footer>
<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.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>