-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
231 lines (177 loc) · 6.68 KB
/
index.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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>complete responsive food website design tutorial </title>
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<!-- custom css file link -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- header section starts -->
<header>
<a href="#" class="logo " >MyPal</a>
<div id="menu-bar" class="fas fa-bars"></div>
<nav class="navbar">
<a href="#home">home</a>
<a href="#gallery">Utility</a>
<a href="#Productivity">Productivity</a>
</nav>
</header>
<!-- header section ends -->
<!-- home section starts -->
<section class="home" id="home">
<div class="content">
<h3>Making your life easier than ever!</h3>
<p>One stop solution for all your daily needs - Utility and Productivity. MyPal is your everyday companion.</p>
<a href="Sudo-Hacks/project.html" class="btn">Log In</a>
<a href="#" class="btn">Sign Up</a>
</div>
<div class="image">
<img src="images/woman-sitting-with-laptop-concept-illustration-working-studying-education-work-from-home-healthy-lifestyle_186332-122-removebg-preview.png" alt="">
</div>
</section>
<!-- home section ends -->
<div class="step-container">
<h1 class="heading"> Our <span>Features</span></h1>
<section class="steps">
<div class="box">
<img src="images/utility-bills-saving-resources-concept-vector-flat-illustration-heating-invoice-payment-127592420.jpeg" alt="">
<h3>Utility</h3>
</div>
<div class="box">
<img src="images/adult-male-multitasking-concept_52683-32632-removebg-preview.png" alt="">
<h3>Productivity</h3>
</div>
</section>
</div>
<section class="gallery" id="gallery">
<h1 class="heading"> Essential <span> Utility </span> </h1>
<div class="box-container">
<div class="box">
<img src="images/calculator.jpeg" alt="">
<div class="content">
<h3>Calculator</h3>
<br>
<br>
<a href="Sudo-Hacks/Calculator.html" class="btn">Open</a>
</div>
</div>
<div class="box">
<img src="images/stopwatch.jpeg" alt="">
<div class="content">
<h3>Watch</h3>
<p></p>
<a href="Sudo-Hacks/Clock_2_Digital.html" class="btn">Open</a>
</div>
</div>
<div class="box">
<img src="images/language translator.jpeg" alt="">
<div class="content">
<h3>Language Translator</h3>
<p></p>
<a href="https://www.ibm.com/cloud/watson-language-translator" class="btn">Open</a>
</div>
</div>
<div class="box">
<img src="images/grammer checker.jpeg" alt="">
<div class="content">
<h3>Grammer Checker</h3>
<p></p>
<a href="https://www.gingersoftware.com/grammarcheck" class="btn">Open</a>
</div>
</div>
<div class="box">
<img src="images/bg remover.jpeg" alt="">
<div class="content">
<h3>Background Remover</h3>
<p>Remove background from images</p>
<a href="https://www.remove.bg/" class="btn">Open</a>
</div>
</div>
<div class="box">
<img src="images/plagiarism checker.png" alt="">
<div class="content">
<h3>Plagiarism checker Tool</h3>
<p></p>
<a href="https://smallseotools.com/plagiarism-checker/" class="btn">Open</a>
</div>
</div>
<div class="box">
<img src="images/image resizer.png" alt="">
<div class="content">
<h3>Image resizer</h3>
<p>Resize your images</p>
<a href="https://imageresizer.com/" class="btn">Open</a>
</div>
</div>
<div class="box">
<img src="images/word to pdf.jpeg" alt="">
<div class="content">
<h3>Word to pdf converter</h3>
<p></p>
<a href="https://smallpdf.com/word-to-pdf" class="btn">Open</a>
</div>
</div>
<div class="box">
<img src="images/pdf to word.jpeg" alt="">
<div class="content">
<h3>Pdf to word converter</h3>
<p></p>
<a href="https://smallpdf.com/pdf-to-word" class="btn">Open</a>
</div>
</div>
</div>
</section>
<section class="gallery" id="Productivity">
<h1 class="heading"> For <span> Productivity</span> </h1>
<div class="box-container">
<div class="box">
<img src="images/to do list.jpeg" alt="">
<div class="content">
<h3>To-do List</h3>
<p></p>
<a href="Sudo-Hacks/ToDoList.html" class="btn">Open</a>
</div>
</div>
<div class="box">
<img src="images/pomodoro.jpeg" alt="">
<div class="content">
<h3>Pomodoro cycle tracker</h3>
<p></p>
<a href="Sudo-Hacks/pomodoro.html" class="btn">Open</a>
</div>
</div>
<div class="box">
<img src="images/100daysofcode.jpeg" alt="">
<div class="content">
<h3>100 Days of Code Tracker</h3>
<p></p>
<a href="Sudo-Hacks/HabitTracker.html" class="btn">Open</a>
</div>
</div>
</div>
</section>
<!-- footer section -->
<section class="footer">
<div class="share">
<a href="#" class="btn">facebook</a>
<a href="#" class="btn">twitter</a>
<a href="#" class="btn">instagram</a>
<a href="#" class="btn">pinterest</a>
<a href="#" class="btn">linkedin</a>
</div>
<h1 class="credit"> created by <span> Runtime Team </span> </h1>
</section>
<!-- scroll top button -->
<a href="#home" class="fas fa-angle-up" id="scroll-top"></a>
<!-- loader -->
<div class="loader-container">
<img src="images/Rocket.gif" alt="">
</div>
<!-- custom js file link -->
<script src="script.js"></script>
</body>
</html>