-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwork.html
More file actions
153 lines (132 loc) · 5.52 KB
/
work.html
File metadata and controls
153 lines (132 loc) · 5.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Kit Website - My Work</title>
<script src="https://use.fontawesome.com/103b81eef9.js"></script>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/work.css">
<script src="js.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header>
<a href="index.html"> <img src="./image/logo.png"></a>
<nav>
<ul>
<li><a href="./about.html">about</a></li>
<li><a href="./work.html">work</a></li>
<li><a href="./gallery.html">gallery</a></li>
<li><a href="./contact.html">contact</a></li>
</ul>
</nav>
</header>
<div class="container_work">
<div class="box_a">
<img src="./image/work_page/cover_a.jpg">
<div class="overlay">
<div class="overlaybox">
<a href="./work_cookies.html">
<h3>Advertising & Branding</h3>
<p>Advertising campaign for Cookiesquartet in 2014.
For this project, we created live event at outdoor, card and poster, short advertising
video and promotion video.
</p>
<h4>> More detail</h4>
</a>
</div>
</div>
</div>
<div class="box_b">
<img src="./image/work_page/cover_b.jpg">
<div class="overlay">
<div class="overlaybox">
<a href="./work_cookies.html">
<h3>Advertising & Branding</h3>
<p>Advertising campaign for Cookiesquartet in 2014.
For this project, we created live event at outdoor, card and poster, short advertising
video and promotion video.
</p>
<h4>> More detail</h4>
</a>
</div>
</div>
</div>
<div class="box_c">
<img src="./image/work_page/cover_c.jpg">
<div class="overlay">
<div class="overlaybox">
<a href="./work_cookies.html">
<h3>Advertising & Branding</h3>
<p>Advertising campaign for Cookiesquartet in 2014.
For this project, we created live event at outdoor, card and poster, short advertising
video and promotion video.
</p>
<h4>> More detail</h4>
</a>
</div>
</div>
</div>
<div class="box_d">
<img src="./image/work_page/cover_d.jpg">
<div class="overlay">
<div class="overlaybox">
<a href="./work_cookies.html">
<h3>Advertising & Branding</h3>
<p>Advertising campaign for Cookiesquartet in 2014.
For this project, we created live event at outdoor, card and poster, short advertising
video and promotion video.
</p>
<h4>> More detail</h4>
</a>
</div>
</div>
</div>
<div class="box_e">
<img src="./image/work_page/cookies/cover_e.jpg">
<div class="overlay">
<div class="overlaybox">
<a href="./work_cookies.html">
<h3>Advertising & Branding</h3>
<p>Advertising campaign for Cookiesquartet in 2014.
For this project, we created live event at outdoor, card and poster, short advertising
video and promotion video.
</p>
<h4>> More detail</h4>
</a>
</div>
</div>
</div>
<div class="box_f">
<img src="./image/work_page/cover_f.jpg">
<div class="overlay">
<div class="overlaybox">
<a href="./work_cookies.html">
<h3>Advertising & Branding</h3>
<p>Advertising campaign for Cookiesquartet in 2014.
For this project, we created live event at outdoor, card and poster, short advertising
video and promotion video.
</p>
<h4>> More detail</h4>
</a>
</div>
</div>
</div>
</div>
<footer>
<a href="#top">
<div class="backtop">Back to top</div>
</a>
<div class="footer_container">
<a href="https://www.instagram.com/kitkitkis/" target="_blank"><i class="fa fa-instagram fa-4x"
aria-hidden="true"></i></a>
<a href="http://www.facebook.com" target="_blank"><i class="fa fa-facebook-official fa-4x"
aria-hidden="true"></i></a>
<a href="mailto:kit486759@gmail.com" target="_blank"><i class="fa fa-envelope-o fa-4x"
aria-hidden="true"></i></a>
<br>
Copyright © 2021 KitSo All Rights Reserved.
</div>
</footer>
</body>
</html>