-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwork.html
More file actions
208 lines (208 loc) · 10.4 KB
/
Copy pathwork.html
File metadata and controls
208 lines (208 loc) · 10.4 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
<!DOCTYPE html>
<html>
<head>
<!-- Adding page title -->
<title>Henry Nott | Work</title>
<!-- Adding favicon -->
<link rel="icon" type="image/x-icon" href="favicon.png">
<!-- Setting characterset to UTF-8 -->
<meta charset="UTF-8">
<!-- Setting page description -->
<meta name="description" content="Digital Portfolio by Henry Nott">
<!-- Defining key words -->
<meta name="keywords" content="Portfolio">
<!-- Declaring page author as Henry Nott -->
<meta name="author" content="Henry Nott">
<!-- Defining the viewport to follow the width of the device and to not zoom -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Linking styles.css CSS Stylesheet -->
<link rel="stylesheet" type="text/css" href="styles.css">
<!-- Linking custom Google Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Chicle|Roboto">
<!-- Declaring all page font to be Roboto at weight 100. Further styling for portfolio gallery inserted inline so to not conflict with stylesheet -->
<style>
* {font-family: "Roboto", sans-serif; font-weight: 100 !important;}
/* Defining that the div with class "gallery" should have a 1px border with solid #ccc color */
div.gallery {
border: 1px solid #ccc;
}
/* Defining that the div with class "gallery" should have a 1px border with solid #777 color WHEN THE CURSOR IS HOVERING */
div.gallery:hover {
border: 1px solid #777;
}
/* Defining that the image in the div with class "gallery" should have a width 100% of div width and a height automatically responsive to the width and page size */
div.gallery img {
width: 100%;
height: auto;
}
/* Defining that the div with class "desc" should have padding of 15px and text alignment should be center */
div.desc {
padding: 15px;
text-align: center;
}
/* Defining that all content should include padding and borders within the width and height */
* {
box-sizing: border-box;
}
/* Defining that anything with class "responsive" should have padding of 0px top/bottom and 6px left/right, float left (marked important) and a width of 24.99999% (not 25% to fit within page) */
.responsive {
padding: 0 6px;
float: left !important;
width: 24.99999%;
}
/* Defining that all content under a max width of 900px should follow the following CSS rules (tablet view) */
@media only screen and (max-width: 900px) {
/* Defining that anything with class "responsive" should have a width of 49.99999% (not 50% to fit within page) and a margin of 6px top/bottom and 0px left/right */
.responsive {
width: 49.99999%;
margin: 6px 0;
}
}
/* Defining that all content under a max width of 900px should follow the following CSS rules (mobile view) */
@media only screen and (max-width: 600px) {
/* Defining that anything with class "responsive" should have a width of 100% */
.responsive {
width: 100%;
}
}
/* Defining that anything after class "clearfix" not follow content tabulisation or previous content styles */
.clearfix:after {
content: "";
display: table;
clear: both;
}
</style>
</head>
<body>
<!-- Defining the header div as class 'header' -->
<header class="header">
<!-- Hyperlinking the homepage to the logo -->
<a href="https://birkbeck2.github.io/assessment-02---website-htjnott-bbk/index.html" class="logo">Henry Nott</a>
<!-- Defining checkbox toggle to serve as hamburger menu (mobile view only) -->
<input class="menu-btn" type="checkbox" id="menu-btn"/>
<!-- Defining image as visiual represenation of hamburger menu; Source: Wikimedia (2022) -->
<label class="menu-icon" for="menu-btn"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b2/Hamburger_icon.svg/1024px-Hamburger_icon.svg.png"></label>
<!-- Creating table to house navigation menu (full-size and mobile view) -->
<ul class="menu">
<!-- Defining 3 list items as other pages: 'About', 'Work' and 'Contact', and hyperlinking to respective pages. -->
<li><a href="https://birkbeck2.github.io/assessment-02---website-htjnott-bbk/about.html">About</a></li>
<li><a href="https://birkbeck2.github.io/assessment-02---website-htjnott-bbk/work.html">Work</a></li>
<li><a href="https://birkbeck2.github.io/assessment-02---website-htjnott-bbk/contact.html">Contact</a></li>
</ul>
</header>
<!-- Defining main page content div as "work" -->
<div class="work">
<!-- Creating subdiv for the page title as 'work-title' -->
<div class="work-title">
<!-- Writing title in Heading 1 size -->
<h1>My Work</h1>
</div>
<!-- Creating subdiv for text and portfolio gallery -->
<div class="work-content">
<!-- Writing subheading in Heading 4 size -->
<h4>Below are links to specific examples of work I have completed in various areas of digital content and media. Click each box to be taken to a specific example:</h4>
<div>
<!-- Creating a responsive container div for gallery as class "responsive" -->
<div class="responsive">
<!-- Defining gallery box subdiv as "gallery" -->
<div class="gallery">
<!-- Hyperlinking gallery image to opening in new tab, setting alt text and defining image size as 600px wide by 400px high -->
<a target="_blank" href="https://vimeo.com/539049687">
<img src="video-production.jpeg" alt="Video Production" width="600" height="400">
</a>
<!-- Creating subdiv for gallery description as class "desc" -->
<div class="desc">Video Production</div>
</div>
</div>
<!-- Creating a responsive container div for gallery as class "responsive" -->
<div class="responsive">
<!-- Defining gallery box subdiv as "gallery" -->
<div class="gallery">
<!-- Hyperlinking gallery image to opening in new tab, setting alt text and defining image size as 600px wide by 400px high -->
<a target="_blank" href="https://www.mcsoxford.org/admissions/getting-to-mcs/">
<img src="graphic-design.jpg" alt="Graphic Design" width="600" height="400">
</a>
<!-- Creating subdiv for gallery description as class "desc" -->
<div class="desc">Graphic Design</div>
</div>
</div>
<!-- Creating a responsive container div for gallery as class "responsive" -->
<div class="responsive">
<!-- Defining gallery box subdiv as "gallery" -->
<div class="gallery">
<!-- Hyperlinking gallery image to opening in new tab, setting alt text and defining image size as 600px wide by 400px high -->
<a target="_blank" href="https://youtu.be/uHJuigpLj2o">
<img src="animation.jpeg" alt="Animation" width="600" height="400">
</a>
<!-- Creating subdiv for gallery description as class "desc" -->
<div class="desc">Animation</div>
</div>
</div>
<!-- Creating a responsive container div for gallery as class "responsive" -->
<div class="responsive">
<!-- Defining gallery box subdiv as "gallery" -->
<div class="gallery">
<!-- Hyperlinking gallery image to opening in new tab, setting alt text and defining image size as 600px wide by 400px high -->
<a target="_blank" href="https://www.goodschoolsguide.co.uk/">
<img src="display-advertising.jpg" alt="Display Advertising" width="600" height="400">
</a>
<!-- Creating subdiv for gallery description as class "desc" -->
<div class="desc">Display Advertising</div>
</div>
</div>
<!-- Creating a responsive container div for gallery as class "responsive" -->
<div class="responsive">
<!-- Defining gallery box subdiv as "gallery" -->
<div class="gallery">
<!-- Hyperlinking gallery image to opening in new tab, setting alt text and defining image size as 600px wide by 400px high -->
<a target="_blank" href="https://web.archive.org/web/20210923061207/https://www.karta-initiative.org/">
<img src="web-design.jpg" alt="Web Design" width="600" height="400">
</a>
<!-- Creating subdiv for gallery description as class "desc" -->
<div class="desc">Web Design</div>
</div>
</div>
<!-- Creating a responsive container div for gallery as class "responsive" -->
<div class="responsive">
<!-- Defining gallery box subdiv as "gallery" -->
<div class="gallery">
<!-- Hyperlinking gallery image to opening in new tab, setting alt text and defining image size as 600px wide by 400px high -->
<a target="_blank" href="https://pixelcarve.com/">
<img src="ux-ui-analysis.jpeg" alt="User Experience and User Interface Analysis" width="600" height="400">
</a>
<!-- Creating subdiv for gallery description as class "desc" -->
<div class="desc">UX/UI Analysis</div>
</div>
</div>
<!-- Creating a responsive container div for gallery as class "responsive" -->
<div class="responsive">
<!-- Defining gallery box subdiv as "gallery" -->
<div class="gallery">
<!-- Hyperlinking gallery image to opening in new tab (empty link), setting alt text and defining image size as 600px wide by 400px high -->
<a target="_blank" href="">
<img src="photography.jpg" alt="Photogaphy" width="600" height="400">
</a>
<!-- Creating subdiv for gallery description as class "desc" -->
<div class="desc">Photogaphy</div>
</div>
</div>
<!-- Creating a responsive container div for gallery as class "responsive" -->
<div class="responsive">
<!-- Defining gallery box subdiv as "gallery" -->
<div class="gallery">
<!-- Hyperlinking gallery image to opening in new tab, setting alt text and defining image size as 600px wide by 400px high -->
<a target="_blank" href="https://twitter.com/MCSOxford">
<img src="social-media-management.jpg" alt="Social Media Management" width="600" height="400">
</a>
<!-- Creating subdiv for gallery description as class "desc" -->
<div class="desc">Social Media Management</div>
</div>
</div>
</div>
</div>
<div>
<!-- Creating subdiv for clearfix CSS (see stylesheet) -->
<div class="clearfix"></div>
</div>
</div>
</body>