-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
175 lines (163 loc) · 8.92 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Asia Rahman is a front-end and back-end web designer and developer. She develops and designs both static and dynamic websites those are simple, usable, effective and responsive as well." />
<title>Home Page of Portfolio of Asia Rahman</title>
<link rel="icon" href="./images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="./css/all.css" />
<link rel="stylesheet" href="./css/animate.css" />
<link rel="stylesheet" href="./css/bootstrap.css" />
<link rel="stylesheet" href="./css/mdb.lite.css" />
<link rel="stylesheet" href="./css/mdb.css" />
<link rel="stylesheet" href="./css/style.css" />
</head>
<body>
<!--header-->
<section class="bg-home">
<header class="card bg-transparent text-center h-100">
<div class="tags">
<span><img src="./images/h1.png" alt="Tag"></span>
<span><img src="./images/a.png" alt="Tag"></span>
<span><img src="./images/p.png" alt="Tag"></span>
<span><img src="./images/input.png" alt="Tag"></span>
<span><img src="./images/hr.png" alt="Tag"></span>
<span><img src="./images/ul.png" alt="Tag"></span>
<span><img src="./images/img.png" alt="Tag"></span>
<span><img src="./images/span.png" alt="Tag"></span>
<span><img src="./images/form.png" alt="Tag"></span>
<span><img src="./images/table.png" alt="Tag"></span>
<span><img src="./images/div.png" alt="Tag"></span>
<span><img src="./images/header.png" alt="Tag"></span>
<span><img src="./images/label.png" alt="Tag"></span>
<span><img src="./images/nav.png" alt="Tag"></span>
<span><img src="./images/br.png" alt="Tag"></span>
</div>
<div class="">
<div class="header-text font-italic">
<div class="wow flipInX">
<p class="pt-3">Hello, I'm <span class="font-weight-bold">Asia Rahman</span>.</p>
<p>Allow me to help you to create your website.</p>
</div>
</div>
</div>
</header>
</section>
<!--header-->
<!--Navbar -->
<section style="z-index: 999;" id="navbar">
<div class="card rounded-0 shadow-none logo-div" style="">
<img src="./images/logo_white1.png" class="logo mx-auto mt-2" alt="Asia Rahman's Logo" />
</div>
<nav class="navbar navbar-expand-sm bg-white text-center navbar-pt">
<button class="navbar-toggler mx-auto" type="button" data-toggle="collapse" data-target="#menu"
aria-controls="menu" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"><i class="fas fa-bars nav-icon"></i></span>
</button>
<div class="collapse navbar-collapse " id="menu">
<ul class="navbar-nav mx-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="skill.html">Skill</a>
</li>
<li class="nav-item">
<a class="nav-link" href="project.html">Project</a>
</li>
</ul>
</div>
</nav>
</section>
<!--/.Navbar -->
<!--intro-->
<section >
<div class="container mt-5">
<div class="row">
<div class="col-xl-6 col-lg-8 col-md-10 mx-auto text-center">
<h3 class="intro-text wow bounceInUp" >
<b class="font-weight-bold starting">Thank you</b> for taking the time to visit this site. I'm a web designer/developer who creates clean and modern website for all types of devices.
This is my portfolio that showcases my best work in web design and programming. You can learn more
<a href="about.html" title="Go to About Page" class="font-weight-bold text-color">about me</a> and check out
<a href="project.html" title="Go to Project Page" class="font-weight-bold text-color">my work</a> from here.
</h3>
</div>
</div>
</div>
<div class="container-fluid my-3">
<div class="row">
<div class="col-sm-12">
<img src="./images/web-pages.png" alt="Sample project image" class="card-img"/>
</div>
</div>
</div>
</section>
<!--intro-->
<!--contact-->
<section class="contact">
<div class="card rounded-0 rgba-red-strong container-fluid px-0">
<div class="row">
<div class="col-sm-12 text-center text-white contact-text px-5 wow bounceIn" data-wow-delay=".25s">
<h1 class="font-weight-bold text-uppercase contact-header">Let's work together.</h1>
<p class="contact-para">Have a project that you'd like to discuss with me?</p>
<p class="contact-para">Send a mail to
<span class="font-weight-bold font-italic text-dark" style="text-shadow: 2px 2px 4px white;">[email protected]</span>
</p>
</div>
</div>
<div class="bar1"></div>
<div class="bar2"></div>
<div class="triangle"></div>
</div>
</section>
<!--contact-->
<!--footer-->
<footer>
<div class="container">
<div class="row">
<div class="col-sm-12 text-center pb-4">
<h3 class="text-uppercase text-muted mb-4 footer-title">stay connected with</h3>
<a href="https://www.facebook.com/asiarahman.shorna" target="_blank" title="Facebook"><img src="./images/fb.png" alt="Icon" class="social-icon" /></a>
<a href="https://twitter.com/AsiaShorna" target="_blank" title="Twitter"><img src="./images/twitter.png" alt="Icon" class="social-icon" /></a>
<a href="https://bd.linkedin.com/in/asia-rahman-647875b4?trk=people-guest_profile-result-card_result-card_full-click" target="_blank" title="LinkedIn"><img src="./images/linkedin.png" alt="Icon" class="social-icon" /></a>
<a href="https://github.com/asiahub-10" target="_blank" title="Github"><img src="./images/github.png" alt="Icon" class="social-icon" /></a>
<a href="https://asiarahman.blogspot.com/" target="_blank" title="Blogger"><img src="./images/blogger.png" alt="Icon" class="social-icon" /></a>
</div>
</div>
<div class="row">
<div class="col-sm-12 text-center pb-5 text-muted">
<hr style="background-color: #c0504d;"/>
<p class="m-0">©2020 Asia Rahman. Designed by <span class="font-italic font-weight-bold text-color">Asia Rahman</span>.</p>
<p class="m-0">All Rights Reserved.</p>
</div>
</div>
</div>
</footer>
<!--footer-->
<script>
window.onscroll = function() {myFunction()};
var navbar = document.getElementById("navbar");
var sticky = navbar.offsetTop;
function myFunction() {
if (window.pageYOffset >= sticky) {
navbar.classList.add("sticky")
} else {
navbar.classList.remove("sticky");
}
}
</script>
<script src="./js/wow.min.js"></script>
<script src="./js/jquery-3.4.1.min.js"></script>
<script src="./js/bootstrap.js"></script>
<script src="./js/mdb.js"></script>
<script src="./js/script.js"></script>
</body>
</html>