-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
238 lines (225 loc) · 10.9 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
232
233
234
235
236
237
238
<!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">
<title>Upwork - HTML Responsive Portfolio</title>
<!-- AOS -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<!-- Line awesome -->
<link rel="stylesheet" href="https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css">
<link rel="stylesheet" href="./assets/css/app.css">
</head>
<body>
<!-- Navbar -->
<div class="navbar">
<div class="container">
<a href="#" class="brand">Upwork.</a>
<ul class="nav-links">
<li class="active"><a href="#hero">Home</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#work">Work</a></li>
<li><a href="#blog">Blog</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<div class="hamburger">
<span></span>
<span></span>
</div>
</div>
</div>
<!-- //Navbar -->
<!-- Hero -->
<div id="hero">
<div class="container">
<h1 class="heading-xl"><span id="hero-titles"> </span> </h1>
<a href="#services" class="scroll-to-down"><i class="las la-arrow-down"></i></a>
</div>
</div>
<!-- //Hero -->
<!-- Services -->
<section id="services">
<div class="container">
<div class="section-intro" data-aos="fade-up">
<h1 class="heading-2">Our Services</h1>
</div>
<div class="grid three-col-grid">
<div class="service" data-aos="fade-up" data-aos-delay="300">
<div class="icon"><i class="las la-tools"></i></div>
<h3 class="heading-3">Service Title</h3>
<p>We are passionate web design quam placet tempore, possimus natus nam, adipisci reprehenderit nostrum</p>
</div>
<div class="service" data-aos="fade-up" data-aos-delay="600">
<div class="icon"><i class="las la-feather"></i></div>
<h3 class="heading-3">Service Title</h3>
<p>We are passoniate web design quam placeat tempore, possimus natus nam, adipisci reprehenderit nostrum</p>
</div>
<div class="service" data-aos="fade-up" data-aos-delay="900">
<div class="icon"><i class="las la-tv"></i></div>
<h3 class="heading-3">Service Title</h3>
<p>We are passoniate web design quam placeat tempore, possimus natus nam, adipisci reprehenderit nostrum</p>
</div>
<div class="service" data-aos="fade-up" data-aos-delay="300">
<div class="icon"><i class="las la-pencil-ruler"></i></div>
<h3 class="heading-3">Service Title</h3>
<p>We are passoniate web design quam placeat tempore, possimus natus nam, adipisci reprehenderit nostrum</p>
</div>
<div class="service" data-aos="fade-up" data-aos-delay="600">
<div class="icon"><i class="lab la-gg"></i></div>
<h3 class="heading-3">Service Title</h3>
<p>We are passoniate web design quam placeat tempore, possimus natus nam, adipisci reprehenderit nostrum</p>
</div>
<div class="service" data-aos="fade-up" data-aos-delay="900">
<div class="icon"><i class="las la-marker"></i></div>
<h3 class="heading-3">Service Title</h3>
<p>We are passoniate web design quam placeat tempore, possimus natus nam, adipisci reprehenderit nostrum</p>
</div>
</div>
</div>
</section>
<!-- //Services -->
<!-- Work -->
<section id="work">
<div class="container">
<div class="section-intro" data-aos="fade-up">
<h1 class="heading-2">Our Recent Work</h1>
</div>
<a href="#" class="grid two-col-grid">
<div class="project" data-aos="zoom-in" data-aos-delay="300">
<img src="./assets/images/Screenshot 2024-04-03 140939.png" alt="">
<div class="overlay">
<div>
<h2 class="heading-3">Dreamscape</h2>
<p>Where creativity thrives. Explore captivating works by visionary artists, igniting imagination and bringing dreams to life. </p>
</div>
</div>
</div>
<div class="project" data-aos="zoom-in" data-aos-delay="600">
<img src="./assets/images/CodeCascade.png" alt="">
<div class="overlay">
<div>
<h2 class="heading-3">Code Cascade</h2>
<p>Ignite Your Coding Journey. Explore innovative projects merging creativity and technical expertise, fueling your passion for coding. </p>
</div>
</div>
</div>
<div class="project" data-aos="zoom-in" data-aos-delay="900">
<img src="./assets/images/Cara.png" alt="">
<div class="overlay">
<div>
<h2 class="heading-3">Cara</h2>
<p> Dive into vibrant paintings, captivating photographs, and boundless imagination. Embark on an unforgettable artistic voyage. </p>
</div>
</div>
</div>
<div class="project" data-aos="zoom-in" data-aos-delay="1100">
<img src="./assets/images/TinDog.png" alt="">
<div class="overlay">
<div>
<h2 class="heading-3">TinDog</h2>
<p>TinDog brings pet owners together in a vibrant community. Whether it's arranging playdates or sharing cute pet photos, join us to celebrate the bond between pets and people! </p>
</div>
</div>
</div>
</a>
</div>
</section>
<!-- //Work -->
<!-- Blog -->
<section id="blog">
<div class="container">
<div class="section-intro" data-aos="fade-up">
<h1 class="heading-2">Our Next Projects</h1>
</div>
<div class="grid three-col-grid">
<div class="blog-post" data-aos="flip-left" data-aos-delay="300">
<img src="./assets/images/Ihfaz.png" alt="">
<h3><a href="#">Ihfaz.</a></h3>
<p>Your digital sanctuary for memories. Store photos, videos, and documents securely, ensuring they're always accessible, safeguarding memories for life.</p>
</div>
<div class="blog-post" data-aos="flip-left" data-aos-delay="600">
<img src="./assets/images/Kreatives.png" alt="">
<h3><a href="#">Kreatives</a></h3>
<p>Where Creativity Soars! Explore diverse talents in our portfolio, each piece crafted with passion and purpose.</p>
</div>
<div class="blog-post" data-aos="flip-left" data-aos-delay="900">
<img src="./assets/images/Landex.png" alt="">
<h3><a href="#">Landex</a></h3>
<p>Your gateway to real estate dreams. Simplifying buying, selling, and renting. Empowering you with transparency and confidence.</p>
</div>
</div>
</div>
</section>
<!-- //Blog -->
<!-- Contact -->
<section id="contact">
<div class="container">
<div class="grid">
<div class="contact-info" data-aos="fade-up">
<div class="section-intro">
<h1 class="heading-2">Contact info</h1>
</div>
<div class="contact-widget">
<h3 class="heading-3">Email</h3>
<ul>
<li>[email protected]</li>
<li>[email protected]</li>
</ul>
</div>
<div class="contact-widget">
<h3 class="heading-3">Phone</h3>
<ul>
<li>(+880) 0176-3615-547</li>
<li>(+880) 0177-0080-128</li>
</ul>
</div>
<div class="contact-widget">
<h3 class="heading-3">Location</h3>
<ul>
<li>284 Mirhajirbag, Jatrabari, Dhaka, Bangladesh</li>
</ul>
</div>
</div>
<div class="contact-form" data-aos="fade-up" data-aos-delay="300">
<div class="section-intro">
<h1 class="heading-2">Drop us a line</h1>
</div>
<form action="#">
<div class="form-group">
<input type="text" class="form-input" placeholder="Your Name">
</div>
<div class="form-group">
<input type="email" class="form-input" placeholder="[email protected]">
</div>
<div class="form-group">
<textarea name="" rows="5" class="form-input" placeholder="Hi there..."></textarea>
</div>
<div class="form-group">
<button class="btn">Send Message</button>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- //Contact -->
<!-- Footer -->
<footer>
<div class="container">
<p>© Copyrights all rights reserved <a href="https://github.com/Ihfaz-Alam">Ihfaz Alam</a></p>
<div class="social-icons">
<a href="https://github.com/Ihfaz-Alam"><i class="lab la-twitter"></i></a>
<a href="https://github.com/Ihfaz-Alam"><i class="lab la-facebook"></i></a>
<a href="https://github.com/Ihfaz-Alam"><i class="lab la-youtube"></i></a>
<a href="https://github.com/Ihfaz-Alam"><i class="lab la-telegram"></i></a>
</div>
</div>
</footer>
<!-- typed js -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<!-- AOS -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script src="./assets/js/app.js"></script>
</body>
</html>