-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwork.html
172 lines (151 loc) · 7.05 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
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
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<style>
<style>
<style>
body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}
body, html {
height: 100%;
line-height: 1.8;
}
/* Full height image header */
.bgimg-1 {
background-position: center;
background-size: cover;
background-image: url("abstract-space-28-4k.jpg");
min-height: 100%;
}
.w3-bar .w3-button {
padding: 16px;
}
</style>
<body>
<!-- Navbar (sit on top) -->
<div class="w3-top">
<div class="w3-bar w3-white w3-card" id="myNavbar">
<a href="index.html" class="w3-bar-item w3-button w3-wide">BHAVYA TYAGI</a>
<!-- Right-sided navbar links -->
<div class="w3-right w3-hide-small">
<a href="about.html" class="w3-bar-item w3-button"><i class="fa fa-user"> ABOUT</i></a>
<a href="#work" class="w3-bar-item w3-button"><i class="fa fa-th"></i> WORK</a>
<a href="blog.html" class="w3-bar-item w3-button"><i class="fa fa-laptop"></i> BLOG</a>
<a href="index.html #contact" class="w3-bar-item w3-button"><i class="fa fa-envelope"></i> CONTACT</a>
</div>
<!-- Hide right-floated links on small screens and replace them with a menu icon -->
<a href="javascript:void(0)" class="w3-bar-item w3-button w3-right w3-hide-large w3-hide-medium" onclick="w3_open()">
<i class="fa fa-bars"></i>
</a>
</div>
</div>
<!-- Sidebar on small screens when clicking the menu icon -->
<nav class="w3-sidebar w3-bar-block w3-black w3-card w3-animate-left w3-hide-medium w3-hide-large" style="display:none" id="mySidebar">
<a href="javascript:void(0)" onclick="w3_close()" class="w3-bar-item w3-button w3-large w3-padding-16">Close ×</a>
<a href="#about" onclick="w3_close()" class="w3-bar-item w3-button">ABOUT</a>
<a href="#team" onclick="w3_close()" class="w3-bar-item w3-button">TEAM</a>
<a href="#work" onclick="w3_close()" class="w3-bar-item w3-button">WORK</a>
<a href="#pricing" onclick="w3_close()" class="w3-bar-item w3-button">PRICING</a>
<a href="#contact" onclick="w3_close()" class="w3-bar-item w3-button">CONTACT</a>
</nav>
<header class="w3-display-container w3-content w3-wide" style="max-width:1500px;" id="home">
<img class="w3-image" src="wallpaper2.jpg" alt="Architecture" width="1500" height="700">
<div class="w3-display-middle w3-margin-top w3-center">
<h1 class="w3-xxlarge w3-text-black"><span class="w3-padding w3-white w3-opacity-min"><b>WORK I'M REALLY PROUD OF</b></span></h1>
</div>
</header>
<div class="w3-container w3-light-grey" style="padding:128px 14px" id="contact">
<div class="w3-bar-item w3-wide">
<h1 class="w3-center">MY WORK</h1>
<p class="w3-center w3-large">What I've done till date</p>
</div>
<div class="w3-row-padding" style="margin-top:64px">
<div class="w3-col l3 m6">
<img src="1.png" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="">
</div>
<div class="w3-col l3 m6">
<img src="4.png" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="">
</div>
<div class="w3-col l3 m6">
<img src="11.png" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="">
</div>
<div class="w3-col l3 m6">
<img src="3.png" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="">
</div>
</div>
<div class="w3-row-padding w3-section">
<div class="w3-col l3 m6">
<img src="2.png" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="">
</div>
<div class="w3-col l3 m6">
<img src="8.png" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="">
</div>
<div class="w3-col l3 m6">
<img src="6.png" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="">
</div>
<div class="w3-col l3 m6">
<img src="7.png" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="">
</div>
</div>
<div class="w3-row-padding w3-section">
<div class="w3-col l3 m6">
<img src="9.png" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="">
</div>
<div class="w3-col l3 m6">
<img src="10.png" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="">
</div>
<div class="w3-col l3 m6">
<img src="5.png" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="">
</div>
<div class="w3-col l3 m6">
<img src="12.png" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="">
</div>
</div>
</div>
<!-- Modal for full size images on click-->
<div id="modal01" class="w3-modal w3-black" onclick="this.style.display='none'">
<span class="w3-button w3-xxlarge w3-black w3-padding-large w3-display-topright" title="Close Modal Image">×</span>
<div class="w3-modal-content w3-animate-zoom w3-center w3-transparent w3-padding-64">
<img id="img01" class="w3-image">
<p id="caption" class="w3-opacity w3-large"></p>
</div>
</div>
<script>
// Modal Image Gallery
function onClick(element) {
document.getElementById("img01").src = element.src;
document.getElementById("modal01").style.display = "block";
var captionText = document.getElementById("caption");
captionText.innerHTML = element.alt;
}
// Toggle between showing and hiding the sidebar when clicking the menu icon
var mySidebar = document.getElementById("mySidebar");
function w3_open() {
if (mySidebar.style.display === 'block') {
mySidebar.style.display = 'none';
} else {
mySidebar.style.display = 'block';
}
}
// Close the sidebar with the close button
function w3_close() {
mySidebar.style.display = "none";
}
</script>
<footer class="w3-center w3-black w3-padding-64">
<a href="#home" class="w3-button w3-light-grey"><i class="fa fa-arrow-up w3-margin-right"></i>To the top</a>
<div class="w3-xlarge w3-section">
<a href="https://www.facebook.com/bhavyatyagi2000"><i class="fa fa-facebook-official w3-hover-opacity"></i></a>
<a href="https://www.instagram.com/the_u_world/"><i class="fa fa-instagram w3-hover-opacity"></i></a>
<a href="https://in.pinterest.com/bhavyatyagi79/_created/"><i class="fa fa-pinterest-p w3-hover-opacity"></i></a>
<a href="https://www.linkedin.com/in/bhavya-tyagi-b7578b182/"><i class="fa fa-linkedin w3-hover-opacity"></i></a>
</div>
<p>Powered by <a href="https://www.theuworld.org" title="W3.CSS" target="_blank" class="w3-hover-text-green">Bhavya Tyagi</a></p>
</footer>
</body>
</html>