-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
226 lines (150 loc) · 7.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Alhafidh Faris Shamsudeen</title>
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- header section -->
<header class="header">
<a href="#" class="logo"><span>Alhafidh Faris</span> Shamsudeen</a>
<i class='bx bx-menu' id="menu-icon"></i>
<nav class="navbar">
<a href="#home" class='active'>Home</a>
<a href="#about">About</a>
<a href="#services">Services</a>
<a href="#portfolio">Portfolio</a>
<a href="#contact">Contact</a>
</nav>
</header>
<!-- home section -->
<section class="home" id="home">
<div class="home-content">
<h3>Hello, It's Me</h3>
<h1><span>Faris</span> Shamsudeen</h1>
<h3>and I'm <span class="multiple-text"></span></h3>
<p class="multiples-texts"></p>
<div class="social-media">
<a href="https://github.com/FarisShamsudeen"><i class='bx bxl-github' ></i></a>
<a href="https://twitter.com/fari_yey/"><i class='bx bxl-twitter' ></i></a>
<a href="https://leetcode.com/u/faris52342345/"><i class='bx bx-code-block'></i></a>
<a href="https://www.linkedin.com/in/alhafidh-faris-shamsudeen-42a289261/"><i class='bx bxl-linkedin' ></i></a>
</div>
<a href="#contact" class="btn">Connect me</a>
</div>
<div class="home-img">
<img src="images/pic one one.png" alt="img">
</div>
</section>
<!-- about section -->
<section class="about" id="about">
<div class="about-img">
<img src="images/pic one.png" alt="">
</div>
<div class="about-content">
<h2 class="heading">About <span>Me</span></h2>
<h3>Frontend Developer</h3>
<p>"I am a frontend developer and hafidhul Quran with a strong passion for using technology to make the world a better place. I am proficient in HTML, CSS & JavaScript. I am also a quick learner and I am always up for a challenge."</p>
<a href="#" class="btn">Know more</a>
</div>
</section>
<!-- services section -->
<section class="services" id="services">
<h2 class="heading">Our <span>Services</span></h2>
<div class="services-container">
<div class="services-box">
<i class='bx bx-code-alt'></i>
<h3>Frontend Development</h3>
<p>I build beautiful, user-friendly frontends that engage and delight users. I'm proficient in HTML, CSS, and JavaScript, and I'm always up-to-date.
</p>
<a href="https://www.freecodecamp.org/news/front-end-developer-what-is-front-end-development-explained-in-plain-english/" class="btn">Read More</a>
</div>
<div class="services-box">
<i class='bx bx-paint'></i>
<h3>Graphic Designing</h3>
<p>I provide professional photo manipulation services. I can help you create stunning images that will amaze your clients. </p>
<a href="https://www.rasmussen.edu/degrees/design/blog/what-is-graphic-design/" class="btn">Read More</a>
</div>
<div class="services-box" id="quran" >
<i class='bx bxs-book-bookmark'></i>
<h3>Quran Teaching</h3>
<p>I am a qualified Quran teacher with years of experience. I offer personalized Quran tutoring for all levels, from beginner to advanced.</p>
<a href="https://en.wikipedia.org/wiki/Hafiz_(Quran)" class="btn">Read More</a>
</div>
</div>
</section>
<!-- portfolio section -->
<section class="portfolio" id="portfolio">
<h2 class="heading">Latest <span>Projects</span></h2>
<div class="portfolio-container">
<div class="portfolio-box">
<img src="images/abundancy sample.png" alt="AbundancyCommerce">
<div class="portfolio-layer">
<h4>Web Designing</h4>
<p>This is a website created for a tution center "Abundancy"</p>
<a href=https://abundancycommerce.website><i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="images/personal sample.png" alt="AbundancyCommerce">
<div class="portfolio-layer">
<h4>Web Designing</h4>
<p>My First personal Website created by myself</p>
<a href=https://farisshamsudeen.github.io><i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="images/personal sample(2).png" alt="AbundancyCommerce">
<div class="portfolio-layer">
<h4>Web Designing</h4>
<p>The current website you're seeing</p>
<a href="#home"><i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="portfolio-box" id="comingsoon">
<img src="images/comingsoon.jpeg" alt="AbundancyCommerce">
<div class="portfolio-layer">
<h4>Coming soon</h4>
<p>Wanna get a personal site? <br>Contact me..</p>
<a href="#contact"><i class='bx bx-link-external'></i></a>
</div>
</div>
</div>
</section>
<!-- contact section -->
<section class="contact" id="contact">
<h2 class="heading">Contact <span>Me!</span></h2>
<form name="submit-to-google-sheet" action="#">
<div class="input-box">
<input name="Name" type="text" placeholder="Full Name (Required)">
<input name="Email" type="email" placeholder="Email Address">
</div>
<div class="input-box">
<input name="Phone" type="number" placeholder="Contact Number (Required)">
<input name="Subject" type="text" placeholder="Email Subject">
</div>
<textarea name="Message" id="" cols="30" rows="10" placeholder="Please enter your message here."></textarea>
<input type="submit" value="Send Message" class="btn">
</form>
<p class="sent" id="sent"></p>
</section>
<!-- footer section -->
<footer class="footer">
<div class="footer-text">
<p>Copyright © 2023 by Alhafidh Faris Shamsudeen | All Rights Reserved. </p>
</div>
<div class="footer-iconTop">
<a href="#home"><i class='bx bx-up-arrow-alt'></i></a>
</div>
</footer>
<!-- scroll reveal -->
<script src="https://unpkg.com/scrollreveal"></script>
<!-- typed js -->
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script>
<!-- js file -->
<script src="script.js"></script>
</body>
</html>