-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgraphicsDesign.html
More file actions
263 lines (182 loc) · 9 KB
/
Copy pathgraphicsDesign.html
File metadata and controls
263 lines (182 loc) · 9 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
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/defualt.css">
<link rel="stylesheet" href="./css/home.css">
<link rel="stylesheet" href="./css/anime.css">
<link rel="stylesheet" href="./css/myworks.css">
<title>Graphic Design..</title>
</head>
<body>
<div class="anime-cover">
<div class="anime">
<!-- <h1>Hellow</h1> -->
<div></div>
<div></div>
<div></div>
</div>
</div>
<div class="container"><!-- start of container -->
<div class="main-content-container"><!-- start of main content container -->
<!-- start of nav -->
<nav>
<div class="logo">
<img src="./img/Group 13.png" class="logo-image" alt="">
</div>
<div class="ham">
<!-- <img class="hamImage" src="./img/hamburger.svg" alt=""> -->
</div>
<div class="cover ">
<div class="nav-links-for-phones" >
<li><a href="ourcompany.html">OUR COMPANY</a></li>
<li><a href="locations.html">LOCATIONS</a></li>
<li><a href="contactUs.html">CONTACT</a></li>
</div><!-- end of navlinks -->
</div>
<div class="nav-links-for-laptops" >
<li><a href="ourcompany.html">OUR COMPANY</a></li>
<li><a href="locations.html">LOCATIONS</a></li>
<li><a href="contactUs.html">CONTACT</a></li>
</div><!-- end of navlinks -->
</nav>
<!-- end of nav -->
<!-- start of Grapics Design_page_intro -->
<div class="myWork_page_intro">
<h1>Graphic Design</h1>
<p class="">
We deliver eye-catching branding materials that are tailored to meet your buisness objectives.
</p>
</div>
<!-- end of Grapics Design_page_intro -->
<!-- start of container_for_all_my_apps -->
<div class="container_for_all_myWork">
<!-- start of TIM BROWN -->
<div class="myWork_box curve-content curve-image box-curve">
<img src="./img/timbrown.png" alt="" class="myWork_box_image curve-image">
<div class="myWork_box_content_pane">
<h3 class="myWork_box_heading">TIM BROWN</h3>
<p class="myWork_box_content">
A book cover designed for Tim Brown's new release, 'Change'
</p>
</div>
</div>
<!-- end of TIM BROWN -->
<!-- start of BOXED WATER -->
<div class="myWork_box curve-content curve-image">
<img src="./img/boxedWater.jpg" alt="" class="myWork_box_image curve-image">
<div class="myWork_box_content_pane">
<h3 class="myWork_box_heading">BOXED WATER</h3>
<p class="myWork_box_content">
A simple packaging concept made for Boxed Water
</p>
</div>
</div>
<!-- end of BOXED WATER -->
<!-- start of SCIENCE -->
<div class="myWork_box curve-content curve-image">
<img src="./img/science.jpg" alt="" class="myWork_box_image curve-image">
<div class="myWork_box_content_pane">
<h3 class="myWork_box_heading">SCIENCE!</h3>
<p class="myWork_box_content">
A poster made in collaboration with the Federal Art Project
</p>
</div>
</div>
<!-- end of SCIENCE -->
</div>
<!-- end of container_for_all_my_apps -->
<!-- start of view_our_project_pane
this class is inherited from the home.css
-->
<div class="view_our_project_pane">
<!-- start of project 1 -->
<a href="webDesign.html" class="project project-box1 onhoverScale" >
<div >
<div class="project_content">
<h3>WEB DESIGN</h3>
<p>VIEW PROJECTS <img src="./img/pink-arrow-right.svg" alt=""></p>
</div>
</div>
</a>
<!-- start of project 1 -->
<!-- start of project 2 -->
<a href="appDesign.html" class="project project-box2 onhoverScale">
<div >
<div class="project_content">
<h3>APP DESIGN</h3>
<p>VIEW PROJECTS <img src="./img/pink-arrow-right.svg" alt=""></p>
</div>
</div>
</a>
<!-- start of project 2 -->
</div>
<!-- end of view_our_project_pane -->
<!-- stasrt of get in touch pane -->
<div class="get_in_touch_pane">
<div class="flexed-container">
<h2>Let's talk about <br> your project</h2>
<p>
Ready to take it to the next level? Contact us today and find out how our expertise can help your buisness grow
</p>
</div>
<a href="" class="btn-white">GET IN TOUCH</a>
</div>
<!-- end of get in touch pane -->
</div><!-- end of main-content-container -->
<footer>
<br><br><br><br><br>
<!-- start of gooter container -->
<div class="footer-container">
<!-- foooter nav pane -->
<div class="footer-nav-pane">
<div class="footer-logo">
<img src="./img/white-logo.png" alt="">
</div>
<div class="footer-navlinks">
<li><a href="">OUR COMPANY</a></li>
<li><a href="">LOCATIONS</a></li>
<li><a href="">CONTACT</a></li>
</div>
</div>
<!-- end foooter nav pane -->
<!-- start of anyhting that has to do wit adreess plus social links -->
<div class="footer-addresses">
<!-- start of building addresse info -->
<div class="building-addresse-info">
<div class="building_addresse_one">
<p class="building-addresse-info_text_thick">Designo Central Office</p>
<p>3886 Wellington Street</p>
<p>Toronto,Ontario M9C 3J5</p>
</div>
<div class="building_addresse_two">
<p class="building-addresse-info_text_thick">
Contact Us (Central Office)
</p>
<p>P: +1 253-863-8967</p>
<p>M: ogechuwkumatthew@gmail.com</p>
</div>
</div>
<!-- end of building addresse info -->
<!-- start of social addresse info -->
<div class="social-addresse-info">
<a href="" class="socials_links"><img src="./img/facebook_logo.svg" alt=""></a>
<a href="" class="socials_links"><img src="./img/youtube.svg" alt=""></a>
<a href="" class="socials_links"><img src="./img/twitter_logo.svg" alt=""></a>
<a href="" class="socials_links"><img src="./img/pinintrest.svg" alt=""></a>
<a href="" class="socials_links"><img src="./img/instagram.svg" alt=""></a>
</div>
<!-- end of social addresse info -->
</div>
<!-- end of anyhting that has to do wit adreess plus social links -->
</div>
<!-- end of gooter container -->
</footer>
</div>
<!-- end of container -->
<script src="./js/anime.js"></script>
<script src="./js/hamburger.js"></script>
</body>
</html>