-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
96 lines (92 loc) · 6.43 KB
/
services.html
File metadata and controls
96 lines (92 loc) · 6.43 KB
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="description" content="My Old Portfolio Website">
<meta name="keywords" content="Portfolio,website,Ashaduzzaman,Sazid,Ashaduzzaman (Sazid)">
<meta name="author" content="Ashaduzzaman (Sazid)">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<title>ASHADUZZAMAN SAZID</title>
<link rel="stylesheet" href="css/sazid.css">
<link rel="icon" type="image/x-icon" href="img/favicon.jpg">
<!----- javascript ------->
<script>
document.addEventListener("DOMContentLoaded", function() {
const currentYear = new Date().getFullYear();
document.getElementById("current-year").textContent = currentYear;
});
</script>
</head>
<body>
<div class="container">
<div class="row justify-content-between my-3">
<div class="col-sm-12 col-md-4">
<h3 id="profile-name">Ashaduzzaman <span>Sazid</span></h3>
</div>
<div class="col-sm-12 col-md-4 offset-md-4">
<div class="btn-group col-sm-12 col-md-4 offset-md-4" role="group" aria-label="Basic mixed styles example">
<a href="https://saziddeveloper.github.io/MY-OLD-PORTFOLIO-WEBSITE" class="btn btn-success" aria-current="page">HOME</a>
<a href="https://saziddeveloper.github.io/services.html" class="btn btn-primary active">SERVICES</a>
<a href="https://saziddeveloper.blogspot.com/" class="btn btn-dark">BLOG</a>
</div>
</div>
</div>
<div id="main-content-area" class="row shadow bg-body rounded">
<div class="col">
<div id="up-body" class="row">
<div class="col-sm-12 col-md-4 offset-md-1">
<img src="img/sp_photo.jpg" class="img" id="profile-image" alt="...">
</div>
<div id="name-section" class="col-sm-12 col-md-6 offset-col-md-1 mt-5">
<h1 class="text-center">ASHADUZZAMAN SAZID</h1>
<h2 class="text-center">Web Developer</h2>
<div id="social-link" style="text-align: center;">
<a href="https://www.facebook.com/saziddeveloper" class="fa fa-facebook"></a>
<a href="https://x.com/saziddeveloper" class="fa fa-twitter"></a>
<a href="https://t.me/saziddeveloper" class="fa fa-telegram"></a>
<a href="https://www.linkedin.com/in/saziddeveloper" class="fa fa-linkedin"></a>
</div>
</div>
</div>
<div id="down-body" class="row py-8">
<div class="col-sm-12 col-md-6">
<ul class="list-group">
<li class="list-group-item list-group-item-primary text-center"><b class="list-item">PSD/Figma to HTML & CSS</b></li>
<li class="list-group-item list-group-item-success text-center"><b class="list-item">React.js Web App Development</b></li>
<li class="list-group-item list-group-item-info text-center"><b class="list-item">Tailwind CSS Website Development</b></li>
<li class="list-group-item list-group-item-warning text-center"><b class="list-item">Responsive Website Design & Optimization</b></li>
</ul>
</div>
<div class="col-sm-12 col-md-6">
<ul class="list-group">
<li class="list-group-item list-group-item-primary text-center"><b class="list-item">MongoDB Database Setup</b></li>
<li class="list-group-item list-group-item-success text-center"><b class="list-item">Web Security & Fixing Vulnerabilities</b></li>
<li class="list-group-item list-group-item-info text-center"><b class="list-item">Performance & Core Web Vitals Optimization</b></li>
<li class="list-group-item list-group-item-warning text-center"><b class="list-item">Fixing Web Page Issues (Bugs, Broken Layouts, Errors)</b></li>
</ul>
</div>
</div>
</div>
</div>
<div class="row mt-2">
<div class="col-sm-12 col-md-12">
<p id="down-text" class="text-center">Copyright © <span id="current-year"></span> Ashaduzzaman Sazid All Rights Reserved | Develop By <a id="down-link" href="https://github.com/saziddeveloper"><b>SAZIDDEVELOPER</b></a> </p>
</div>
</div>
</div>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous"></script>
-->
</body>
</html>