-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwork.html
75 lines (65 loc) · 2.06 KB
/
work.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
<!DOCTYPE html>
<html>
<head>
<title>One Hand Clapping | Work</title>
<style>
div.gallery {
margin: 5px;
border: 1px solid #ccc;
float: left;
width: 180px;
}
div.gallery:hover {
border: 1px solid #777;
}
div.gallery img {
width: 100%;
height: auto;
}
div.desc {
padding: 15px;
text-align: center;
}
</style>
<link href="style.css" rel='stylesheet'>
<script src="script.js"></script>
</head>
<body>
<div id="myNav" class="overlay">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<div class="overlay-content">
<h1 style="color:red;text-align:center;">One Hand Clapping</h1>
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="work.html" style="color:green;">Work</a>
<a href="project.html">Project</a>
<a href="services.html">Services</a>
<a href="contact.html">Contact</a>
</div>
</div>
<h1 style="text-align:left;"><span style="font-size:30px;cursor:pointer" onclick="openNav()">☰</span> One Hand Clapping</h1>
<img src="logo.jpg" style="width:100%;height:250px;"></img>
<h2>Works</h2>
<p>We did many works in many companies too. We listed some of our famous and great works here. We hope you like each and all of our current and previous works.</p>
<div class="gallery">
<img src="img2.jpeg" alt="Cinque Terre" width="600" height="400">
<div class="desc"><h3>CREEPERS</h3>Writing and Development: Giant Animation</div>
</div>
<div class="gallery">
<img src="img3.jpeg" alt="Forest" width="600" height="400">
<div class="desc"><h3>ASTROBOY REBOOTED</h3>Development : Caribara Animation</div>
</div>
<div class="gallery">
<img src="img4.jpeg" alt="Mountains" width="600" height="400">
<div class="desc"><h3>Tom's Tiny<br>Toys</h3>Writing and Development</div>
</div>
<div class="gallery">
<img src="img5.jpeg" alt="Northern Lights" width="600" height="400">
<div class="desc"><h3>MIGHTY MIKE AND THE WILD BUNCH</h3></div>
</div>
<div class="gallery">
<img src="img6.jpeg" alt="PJ Masks" width="600" height="400">
<div class="desc"><h3>PJ Masks</h3></div>
</div>
</body>
</html>