-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
116 lines (86 loc) · 3.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="google-site-verification" content="K8pKZCy5yJn9xnYDlPvxyN_keHu-Sg7ll1L3FIS9zf0" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sheikh Abir Ali [ Wordpress & Python Developer ]</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Navigation Menu -->
<div class="container">
<div class="container-img">
<img src="assets/img/tands21-removebg.png" alt="" style="height: 70px;">
</div>
<div class="container-menu">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#skills">Skills & Certificates</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="https://tresifylab.netlify.com" target="_blank">Tresify Lab</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<div class="backmode">
<!-- <img src="assets/img/darkmode.gif" alt="" style="height: 100px;"> -->
<lottie-player src="https://assets2.lottiefiles.com/packages/lf20_tbyegho2.json" background="transparent" speed="1" style="height: 60px;" loop autoplay></lottie-player>
</div>
</div>
<!-- Navigation Menu End -->
<!-- Home Layout Start -->
<div class="homelayout">
<div class="aboutme">
<p class="hey">Hey Dude !</p>
<p style="margin-top: -12px;">You are in the Right Place, this <br>
is <span style="font-weight: 600;"> Sheikh Abir Ali</span>'s Portfolio and
I <br> provide Web Design with <br> Developement
with Expertise team of <br> Ui/Ux Designers.
I can also help you in <br> Digital Marketing &
Organic SEO for <br> your Website. Contact for your desire ! <br>
<lottie-player src="https://assets7.lottiefiles.com/packages/lf20_RBUCBDMwqd.json" background="transparent" speed=".6" style="height: 50px; margin-left: -35%; margin-top: 2%;" loop autoplay></lottie-player>
</p>
</div>
<div class="homegif">
<!-- <img src="assets/img/computer.gif" alt="" style="height: 800px; margin-top: -200px;"> -->
<lottie-player src="assets/img/js-css-code-dark.json" background="transparent" speed="1" style="height: 750px; margin-top: -24%;" loop autoplay id="contact"></lottie-player>
</div>
</div>
<!-- Home Layout End -->
<!-- Skills & Certificates -->
<div class="skills">
</div>
<!-- Skills & Certificates End -->
<!-- Projects -->
<h2 style="text-align: center; font-size: 50px;">Projects</h2>
<div class="projects">
<div class="projectselect">
<ul>
<li><button>All</button></li>
<li><button>Design</button></li>
<li><button>Developement</button></li>
</ul>
</div>
<div class="projectcards">
<div class="imgcard-1"><img src="" alt=""></div>
<div class="imgcard-2"><img src="" alt=""></div>
<div class="imgcard-3"><img src="" alt=""></div>
</div>
</div>
<!-- Projects End -->
<!-- Contact -->
<div class="contact">
</div>
<!-- Contact End -->
<!-- Footer -->
<div class="footer" style="bottom: 0px;">
<p class="footer-top">Copyright to Sheikh Abir Ali <br>
<!-- <span style="text-align: center;">Founder of Tresify Lab</span> -->
</p>
<!-- <br> -->
<p class="footer-bottom">Founder of <a href="https://tresifylab.netlify.com" target="_blank"> Tresify Lab </a></p>
</div>
<!-- Scripts -->
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
</body>
</html>