-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
268 lines (246 loc) · 8.11 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
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
<!doctype html>
<!----------------------------------
Project : Personal Portfolio Website
Author : Bishojet Chandra Nath
----------------------------------->
<html>
<head>
<meta charset="utf-8">
<title>Perosnal Portfolio Website</title>
<meta http-equiv="X-UA-Compatible" content="IE-edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--title-icon--------->
<link rel="shortcut icon" href="images/icon.png">
<link rel="stylesheet" type="text/css" href="css/style.css"/>
<!--using FontAwesome---------------->
<script src="https://kit.fontawesome.com/c8e4d183c2.js" crossorigin="anonymous"></script>
</head>
<body>
<!--main------------------------>
<section id="main">
<!--navigation-------------------------------->
<nav>
<!--logo--->
<a href="#" class="logo">BCN</a>
<!--menu--------->
<div class="toggle"></div>
<ul class="menu">
<li class="active"><a href="#main" >Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact-form">Contact</a></li>
</ul>
<!--language-->
<a href="#" class="lang">En | Bn</a>
</nav>
<!--name--------------------------->
<div class="name">
<!--hello------->
<p>Hello</p>
<!--name--->
<h1>I'm <font color="#17d1ac">Bishojet</font> Chandra Nath</h1>
<!--details--------------->
<p class="details"> I am a Devolper and also a Designer. If you have as any Project or if you want make a software for your business contact me. I make as soon as possibale. You really like my work, if you don’t i change this until you like I give you seticfaction result.</p>
<!--cv button-------------------->
<a href="#" class="cv-btn">Download Cv</a>
</div>
<!--down arrow-------------->
<div class="black-line" ></div>
<!--social---------------->
<div class="social">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
</div>
</section>
<!--about----------------------->
<section id="about">
<!--text---------------------->
<div class="about-text">
<h1>About Us</h1>
<h2>Responsive Web Desinger</h2>
<p>Hello, My name is Bishojet Chandra Nath. I am a Devolper and also a Responsive Web Designer. If you have as any Project or if you want make a software for your business contact me. I make as soon as possibale. You really like my work, if you don’t i change this until you like I give you seticfaction result.</p>
<p>I am a Devolper and also a Designer. If you have as any Project or if you want make a software for your bussniess conatact me. I make your project as soon as possible.</p>
<p>Enjoy the ultimate web design editor. Divi is like Photoshop or Sketch for the web. It brings an advanced design interface to WordPress that both beginners and experts will fall in love with. It's incredibly smart, super flexible, amazingly powerful and visual by nature. This is how designing for the web is meant to be done.</p>
<button>View More Details</button>
</div>
<!--about-model----------------->
<div class="about-model">
<img src="images/about-model.png" alt="model"/>
</div>
</section>
<!--services-------------------->
<section id="services">
<!--heading-------------->
<div class="s-heading">
<h1>Services</h1>
<p>Here Is The Some Servies Which We Provide You.</p>
</div>
<!--services-box-container--------->
<div class="b-container">
<!--box-1---------------->
<div class="s-box">
<!--img------------->
<div class="s-b-img">
<!--type----------->
<div class="s-type">Front-End</div>
<!--name------->
<img src="images/s1.png">
</div>
<!--text----------------->
<div class="s-b-text">
<a href="#">Front-end web development is the practice of converting data to a graphical interface, through the use of HTML, CSS, and JavaScript, so that users can view and interact with that data.</a>
</div>
</div>
<!--box-2---------------->
<div class="s-box">
<!--img------------->
<div class="s-b-img">
<!--type----------->
<div class="s-type">Back-End</div>
<!--name------->
<img src="images/s2.png">
</div>
<!--text----------------->
<div class="s-b-text">
<a href="#">This is where the back end comes in. The back end of a website consists of a server, an application, and a database. A back-end developer builds and maintains the technology that powers those components which, together, enable the user-facing side of the website to even exist in the first place.</a>
</div>
</div>
<!--box-3---------------->
<div class="s-box">
<!--img------------->
<div class="s-b-img">
<!--type----------->
<div class="s-type">SEO</div>
<!--name------->
<img src="images/s3.jpg">
</div>
<!--text----------------->
<div class="s-b-text">
<a href="#">Search engine optimization (SEO) is the process of improving the quality and quantity of website traffic to a website or a web page from search engines.[1] SEO targets unpaid traffic (known as "natural" or "organic" results) rather than direct traffic or paid traffic. Unpaid traffic may originate from different kinds of searches, including image search, video search, academic search,[2] news search, and industry-specific vertical search engines.
</a>
</div>
</div>
</div>
</section>
<!--portfolio------------------->
<section id="portfolio">
<!--heading----------->
<h1 class="p-headind">Portfolio</h1>
<!--portfolio-container------------>
<div class="p-container">
<!--portfolio-box-1-------->
<div class="p-box">
<!--text--------->
<div class="overlay-text">
<h1>Writting</h1>
<p>Client Project</p>
</div>
<!--bg-img------------->
<img src="images/w1.jpg">
</div>
<!--portfolio-box-2-------->
<div class="p-box">
<!--text--------->
<div class="overlay-text">
<h1>Ideas</h1>
<p>Client Project</p>
</div>
<!--bg-img------------->
<img src="images/w2.jpg">
</div>
<!--portfolio-box-3-------->
<div class="p-box">
<!--text--------->
<div class="overlay-text">
<h1>Music</h1>
<p>Client Project</p>
</div>
<!--bg-img------------->
<img src="images/w3.jpg">
</div>
<!--portfolio-box-4-------->
<div class="p-box">
<!--text--------->
<div class="overlay-text">
<h1>Time</h1>
<p>Client Project</p>
</div>
<!--bg-img------------->
<img src="images/w4.jpg">
</div>
<!--portfolio-box-5-------->
<div class="p-box">
<!--text--------->
<div class="overlay-text">
<h1>Creative</h1>
<p>Client Project</p>
</div>
<!--bg-img------------->
<img src="images/w5.jpg">
</div>
<!--portfolio-box-6-------->
<div class="p-box">
<!--text--------->
<div class="overlay-text">
<h1>Books</h1>
<p>Client Project</p>
</div>
<!--bg-img------------->
<img src="images/w6.jpg">
</div>
</div>
</section>
<!--Contact-btn------------------>
<section id="contact-btn">
<!--heading-------------->
<h1 class="c-b-heading">If You Have Any Project In Your Mind ?</h1>
<!--btn-------->
<button >Contact Me</button>
</section>
<!--contact-form------------------->
<section id="contact-form">
<form>
<!--left--------------------------------------->
<div class="contact-left">
<h1 class="c-l-heading"><font style="border-bottom: 3px solid #1ED98B;">Writ</font>e us</h1>
<!--name-------->
<div class="f-name">
<font >Name</font>
<input type="text" placeholder="Full Name"/>
</div>
<!--email-------->
<div class="f-email">
<font >Email</font>
<input type="email" placeholder="[email protected]"/>
</div>
</div>
<!--right------------------------------------------->
<div class="contact-right">
<!--message-------->
<div class="message">
<font>Message</font>
<textarea name="message" rows="5" cols="20"></textarea>
</div>
<!--submit-btn------------>
<button>submit</button>
</div>
</form>
</section>
<div class="copyright">
<p>© 2020 Design & Development by <a href="">Bishojet Chandra Nath</a></p>
</div>
<script type="text/javascript" src="js/JQuery3.3.1.js"></script>
<script type="text/javascript">
/*Responsive Navigation*/
$(document).ready(function(){
$('.toggle').click(function(){
$('.toggle').toggleClass('active')
$('nav ul').toggleClass('active-menu')
})
});
</script>
</body>
</html>