-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
238 lines (186 loc) · 7.48 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">
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<link rel="shortcut icon" href="aboute.jpg" type="image/x-icon">
<title>Document</title>
<style>
.navbar{background-color: rgba(201, 73, 84, 0.986);}
.name{color: rgba(201, 73, 84, 0.986);}
.text-clr{
font-size: 15pt;
color:#747474;}
a{text-decoration: none;
}
.hire-btn{
bottom: 40px;
width:190px;
height: 44px;
padding: 8px 48px;
justify-content: center;
align-items: center;
color:#FFFFFF;
background-color: rgba(201, 73, 84, 0.986);
border-radius: 20px;
box-shadow: 4px 10px 30px rgba(119, 41, 52, 0.3);
font-size: 13pt;
}
.hire-btn:hover{color: #FFFFFF;
background-color: rgb(110, 22, 22);
transition: all ease 0.2s;
}
.readmore-btn{
padding: 8px 48px;
width:190px;
height: 44px;
justify-content: center;
align-items: center;
color:#FFFFFF;
background-color: rgba(201, 73, 84, 0.986);
border-radius: 20px;
box-shadow: 4px 10px 30px rgba(119, 41, 52, 0.3);
font-size: 13pt;
}
.readmore-btn:hover{color: #FFFFFF;
background-color: rgb(110, 22, 22);
transition: all ease 0.2s;
}
.text-light:hover{color: #FFFFFF;
border-radius: 5px;
background-color: rgb(110, 22, 22);
transition: all ease 0.2s;}
.foot{
background-color: rgba(201, 73, 84, 0.986);}
button a{color: black;
text-decoration: none;}
.cright{text-align: center;}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg fixed-top">
<a href="#" class="navbar-brand ms-5"><img src="e1.png" alt=""></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span><img src="menu.png" alt=""></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav ms-auto me-5">
<li class="nav-item"><a href="#home" class="active text-center text-light nav-link">HOME</a></li>
<li class="nav-item"><a href="#about" class="text-light text-center nav-link">ABOUT</a></li>
<li class="nav-item"><a href="#work" class="text-light text-center nav-link">WORK</a></li>
<li class="nav-item"><a href="#contact" class="text-light text-center nav-link">CONTACT</a></li>
</ul>
</div>
</nav>
<br id="home"><br><br><br>
<section class="container-fluid row" >
<img src="electra1.png" class="col-lg-6 col-sm-12"></img>
<div class="col-lg-5 my-auto col-sm-12 container-fluid text-center">
<h2>Hello, I am <span class="name">Safayet Nur Electra</span> </h2>
<p class="text-clr">I am a graphics designer.I use photoshop and illustrator softwer for my work.</p>
<a href="https://mail.google.com/mail/u/0/#inbox" target="_blank" box-shadow: 5px 10px 30px rgba(0,0,0,0.02); class="hire-btn">HIRE ME</a>
</div>
</section>
<br>
<br>
<section class="container text-center">
<br id="about">
<br><br><br>
<h1 class="name">About</h1>
<img class="img-fluid" src="aboute.jpg" alt="">
<div class="half-half">
<h3>Safayet Nur Electra</h3>
<h4> Graphics Designer</h4>
<p class="text-clr">I am a professional graphics designer. I use Photoshop & Illustrator software to do graphics design.I am self motivated,hardworking person.</p>
<a href="New folder/About us.html" target="_blank" class="readmore-btn">READ MORE</a>
</div>
</section>
<br id="work">
<br ><br >
<br >
<section class="container-fluid carous col-lg-6">
<h1 class="name text-center" >WORK</h1><br><br>
<div id="carouselExampleControls" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="woodpecker.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="image2.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="image3.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="image4.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="House Icon.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="guiter logo.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="01 Logo Mockup - by PuneDesign 3.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="2.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="Screenshot3.jpg" class="d-block w-100" alt="...">
</div>
</div>
<a class="carousel-control-prev text-dark" href="#carouselExampleControls" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next text-dark" href="#carouselExampleControls" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<br>
<br>
<br>
<br>
<br>
<br id="contact">
<footer class="foot col-lg-12">
<div >
<div class="row">
<div class="col-lg-6 col-sm-6 pt-5">
<div class="d-flex flex-column ms-5">
<h5 class="text-white">Contact Me</h5>
<h6> Location: Pabna,Bangladesh.</h6>
<h6> Gmail Address: <a href="https://mail.google.com/mail/u/0/?tab=rm&ogbl#inbox">safayetnurelectra@gmail.com</a></h6>
</div>
</div>
<div class="col-lg-6 col-sm-6 pt-5">
<div class="d-flex flex-column ms-5">
<section class="container text-center">
<h5 class="text-white">Follow Me</h5>
<br>
<a href="https://www.facebook.com/"><img src="facebook.png" alt=""></a>
<a href="https://mail.google.com/mail/u/0/?tab=rm&ogbl#inbox"><img src="gmail.png" alt=""></a>
<a href="https://www.linkedin.com/feed/"><img src="fb.png" alt=""></a>
</section>
</div>
</div>
</div>
<div class="cright">
<br>
<small >Copyright © 2020 All rights reserved</small>
</div>
</div>
</footer>
</body>
</html>
<!-- js,popper -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js" integrity="sha384-w1Q4orYjBQndcko6MimVbzY0tgp4pWB4lZ7lr30WKz0vr/aWKhXdBNmNb5D92v7s" crossorigin="anonymous"></script>
</body>
</html>