-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
209 lines (193 loc) · 8.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Portfolio</title>
<link rel="stylesheet" href="style.css" />
<link
href="https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css"
rel="stylesheet"
/>
<link rel="shortcut icon" href="img/favicon.png" type="image/x-icon" />
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.12"></script>
</head>
<body>
<main>
<header class="header">
<a href="#" class="logo">Portfolio</a>
<i class="bx bx-menu" id="menu-icon"></i>
<nav class="navbar">
<a href="#home" style="--i: 1" class="active">Home</a>
<a href="#about" style="--i: 2">About</a>
<a href="#services" style="--i: 3">Skill</a>
<a href="#portfolio" style="--i: 4">Portfolio</a>
<a href="#contact" style="--i: 5">Contact</a>
</nav>
</header>
<section class="home" id="home">
<div class="home-content">
<h3>Hello, It's Me</h3>
<h1>Muaaz ToOr</h1>
<h3>And I'm a <span id="text-jo-hero-h"></span></h3>
<p>
I'm web Designer With Extensive Experience for over 2 Years
<br />Experties To create and website design, Frontend Design , and
many more....
</p>
<div class="social-media">
<a href="https://www.facebook.com/MuaazToorOld/" target="_blank"><i class="bx bxl-facebook"></i></a>
<a href="https://www.instagram.com/" target="_blank"><i class="bx bxl-instagram"></i></a>
<a href="https://www.linkedin.com/authwall?trk=qf&original_referer=https://www.google.com/&sessionRedirect=https%3A%2F%2Fpk.linkedin.com%2F" target="_blank"><i class="bx bxl-linkedin"></i></a>
<a href="+923264477064" target="_blank"><i class="bx bxl-whatsapp"></i></a>
</div>
<a href="Assets/Resume/My Resume.pdf" class="btn">Download Cv</a>
</div>
<div class="home-img">
<img id="hero-img" src="img/framed profile photo (Custom).png" alt="text" />
</div>
</section>
<section class="about" id="about">
<div class="about-img">
<img src="img/aboutimg (Custom).jpeg" />
</div>
<div class="about-content">
<h2 class="heading">About <span>Me</span></h2>
<h3>Frontend Developer</h3>
<p>
As a driven web developer and passionate UI/UX designer, I bring a unique blend of creativity and technical expertise to every project. With a focus on creating seamless user experiences, I design interfaces that captivate and develop websites and applications that seamlessly merge design and functionality. My commitment to user-centric design and clean, efficient coding ensures that I can transform concepts into dynamic digital solutions. Through collaboration and continuous learning, I strive to deliver impactful web experiences that leave a lasting impression
</p>
<a href="#" class="btn">Read More</a>
</div>
</section>
<section class="services" id="services">
<h2 class="heading">My <span>Skills</span></h2>
<div class="services-container">
<div class="services-box">
<i class="bx bxs-paint"></i>
<h3>UI/UX Design</h3>
<p>
Experienced web developer with a passion for crafting responsive and websites. Proficient in HTML, CSS, and JavaScript, dedicated to creating seamless online experiences through innovative design and code
</p>
<a href="#" class="btn">Read More</a>
</div>
<div class="services-box">
<i class="bx bx-code-block"></i>
<h3>Web Development</h3>
<p>
Experienced web developer with a passion for crafting responsive websites. Proficient in HTML, CSS, and JavaScript, dedicated to creating seamless online experiences through innovative design and code
</p>
<a href="#" class="btn">Read More</a>
</div>
<div class="services-box">
<i class="bx bx-bar-chart-square"></i>
<h3>Digital Marketing</h3>
<p>
Results-driven digital marketer with a proven track record of creating effective online campaigns. Strategic thinker, adept at utilizing diverse platforms to drive engagement and conversions.
</p>
<a href="#" class="btn">Read More</a>
</div>
</div>
</section>
<section class="portfolio" id="portfolio">
<h2 class="heading">Latest <span>Projects</span></h2>
<div class="portfolio-container">
<div class="portfolio-box">
<img src="img/Pic To showcase Cynthia Ugwu Web.png" />
<div class="portfolio-layers">
<h4>Web Design</h4>
<p>
An Awarded Web clone made By Me with Code Fully Responsive
</p>
<a href="assets/Projects/Project 3 (Cynthia Ugwu )/index.html" target="_blank"><i class="bx bx-link-external"></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="img/mainimage for Showcase.png" />
<div class="portfolio-layers">
<h4>Web Design</h4>
<p>
A Registration Form Website Made By Me To Showcase My Experties
</p>
<a href="Assets/Projects/Project 2 (Registration Website)/mainimage for Showcase.png" target="_blank"><i class="bx bx-link-external"></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="img/Pic TO showcase Amazone Clone Website FOr Portfolio.png" />
<div class="portfolio-layers">
<h4>Web Design</h4>
<p>
An Amazon Website Clone Made By Me For Showcasing My Experties.
</p>
<a href="assets/Projects/Project 1 (Amazon Clone)/index.html" target="_blank"><i class="bx bx-link-external"></i></a>
</div>
</div>
<!-- <div class="portfolio-box">
<img src="img/portfolio4.jpg" />
<div class="portfolio-layers">
<h4>Web Design</h4>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Explicabo, sunt.
</p>
<a href="#"><i class="bx bx-link-external"></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="img/portfolio5.jpg" />
<div class="portfolio-layers">
<h4>Web Design</h4>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Explicabo, sunt.
</p>
<a href="#"><i class="bx bx-link-external"></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="img/portfolio6.jpg" />
<div class="portfolio-layers">
<h4>Web Design</h4>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Explicabo, sunt.
</p> -->
<a href="#"><i class="bx bx-link-external"></i></a>
</div>
</div>
</div>
</section>
<section class="contact" id="contact">
<h2 class="heading">Contact <span>Me!</span></h2>
<form action="#">
<div class="input-box">
<input type="text" placeholder="Name" />
<input type="Email" placeholder="Email" />
</div>
<div class="input-box">
<input type="Number" placeholder="Mobile No." />
<input type="Text" placeholder="Subject" />
</div>
<textarea
name=""
id=""
cols="30"
rows="10"
placeholder="Your Message"
></textarea>
<input type="submit" value="send Message" class="btn" />
</form>
</section>
</main>
</body>
<footer class="footer">
<div class="footer-text">
<p>Copyright © 2023 By Me With Love <3 | All Rights Reserved</p>
</div>
<div class="footer-iconTop">
<a href="#home"><i class="bx bxs-up-arrow"></i></a>
</div>
</footer>
<script src="https://unpkg.com/scrollreveal"></script>
<script src="script.js"></script>
</html>