-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwork.html
207 lines (195 loc) · 8.7 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
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
<html>
<head>
<title> works - Meet Patadia </title>
<link rel="stylesheet" href="mainCSS.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="mainJS.js"></script>
</head>
<body class="home-body">
<header>
<div class="main-div">
<div class="image-div">
<img id="i1" width="150px" height="150px" src = "zebru_image-removebg-preview.png">
</div>
<div class="lists">
<a class="nav-item" href="index.html">Home</a>
<a class="nav-item" href="about.html">About</a>
<a class="nav-item" href="activity.html">Activity</a>
<a class="nav-item" href="work.html">Project</a>
<a class="nav-item" href="blog.html">Blog</a>
<a class="nav-item" href="contact.html">Contact Us</a>
</div>
</div>
</header>
<div class="container1">
<h1>My Projects</h1>
<div class="projects">
<div>
<h2 style="background-color: #888;color: white; padding: 10px;"><i class="fas fa-chevron-right"></i> Project Name: Zic-Zac Animation</h2>
<div class="project_grid">
<div>
<h3 class="h3">HTML Code:</h3>
<pre class="pre">
<html>
<body>
<div class="box"> </div>
</body>
<html>
</pre>
<hr>
</div>
<div>
<h3 class="h3">CSS Code:</h3>
<pre class="pre">
.box{
position: relative;
top: 2px;
left: 2px;
background-color: black;
height: 100px;
width: 100px;
animation-name: move-anima;
animation-duration: 5s;
animation-fill-mode: forwards;
}
@keyframes move-anima{
0%{
top:0;
left:0;
}
25%{
top: 600;
left: 0;
background-color: red;
}
50%{
top: 0;
left: 600;
background-color: yellow;
}
75%{
top: 600;
left: 600;
background-color: red;
}
100%{
top: 0;
left: 1200;
background-color: yellow;
}
</pre>
<hr>
</div>
</div>
</div>
<div>
<h2 style="background-color: #888;color: white; padding: 10px;"><i class="fas fa-chevron-right"></i> Project Name: Square to Circle Animation</h2>
<div class="project_grid">
<div>
<h3 class="h3">HTML Code:</h3>
<pre class="pre">
<html>
<body>
<div class="box"> </div>
</body>
<html>
</pre>
<hr>
</div>
<div>
<h3 class="h3">CSS Code:</h3>
<pre class="pre">
.box{
position: relative;
top: 2px;
left: 2px;
background-color: black;
height: 100px;
width: 100px;
animation-name: move-anima;
animation-duration: 5s;
animation-fill-mode: forwards;
}
@keyframes move-anima{
0%{
top:0;
left:0;
}
25%{
top: 0;
left: 600;
background-color: red;
border-radius: 0 50% 0 0;
}
50%{
top: 600;
left: 600;
background-color: yellow;
border-radius: 0 50% 50% 0;
}
75%{
top: 600;
left: 0;
background-color: red;
border-radius: 0 50% 50% 50%;
}
100%{
top: 0;
left: 0;
background-color: yellow;
border-radius: 50% 50% 50% 50%;
}
}
</pre>
<hr>
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="footer-main">
<div class="footer-address">
<h3> Address </h3>
<div class="underline2"></div>
<p style="margin-left: 16px; text-align:justify"> C-201, Guda Awaas fp368, Nr. Limbach mata temple, PDPU road, Rayan, Gandhinagar, Gujarat-382007</p>
</div>
<div class="footer-navi">
<h3> Navigation </h3>
<div class="underline2"></div>
<a class="footer-navi-item" href="">Home</a> <br>
<a class="footer-navi-item" href="">About</a> <br>
<a class="footer-navi-item" href="">Activity</a> <br>
<a class="footer-navi-item" href="">Work</a> <br>
<a class="footer-navi-item" href="">Gallery</a> <br>
<a class="footer-navi-item" href="">Contact Us</a>
</div>
<div classs="footer-follow">
<h3>Follow Me</h3>
<div class="underline2"></div>
<a href="https://www.facebook.com/profile.php?id=100009719227175">
<i style="margin: 9px; color: white; text-decoration: none;" class="fa-brands fa-facebook fa-2x"></i>
</a>
<a href="https://www.instagram.com/meetpatadia9/?fbclid=IwAR05zM3jPAEfBn22nElv7cwYxLhO9KTimO66HR2d5TelMZLVTJKssy20euo">
<i style="margin: 9px; color: white; text-decoration: none;" class="fa-brands fa-instagram fa-2x"></i>
</a>
<a href="https://www.linkedin.com/in/meet-patadia-858520217/">
<i style="margin: 9px; color: white; text-decoration: none;" class="fa-brands fa-linkedin fa-2x"></i>
</a>
<a href="https://twitter.com/meetpatadia9?fbclid=IwAR3O8pY8Z4gjK5zhftY4RHNbC3aBRIczOHKCdNzkFodbAOUYVoLzRryHvhU">
<i style="margin: 9px; color: white; text-decoration: none;" class="fa-brands fa-twitter fa-2x"></i>
</a>
<br>
<a style="text-decoration: none;" href="mailto:patadiam09@gmail.com">
<i style="margin-top: 20px; color: white; text-decoration: none;" class="fa-regular fa-envelope fa-2x"></i>
</a>
<lable style="color: white; font-size: 18px; margin: 2px;"> patadiam09@gmail.com </lable>
<br>
<i style="margin-top: 20px; color: white; text-decoration: none;" class="fa-solid fa-phone fa-2x"></i>
<lable style="color: white; font-size: 18px; margin: 2px;"> +91 8734963629 </lable>
</div>
</div>
<p style="color: white; margin-top: 40px; text-align: center; font-size: 18px;"> Copyright © 2022 Reserved </p>
</footer>
</body>
</html>