-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpersonal.html
198 lines (165 loc) · 7.61 KB
/
personal.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet"
href="https://unpkg.com/boxicons@latest/css/boxicons.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="personal.css">
<script type="text/javascript"
src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js">
</script>
<script type="text/javascript"
src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js">
</script>
<script type="text/javascript">
(function(){
emailjs.init("SF5sXgl4TAtYyzyGI");
})();
</script>
</head>
<body>
<header>
<a href="#" class="logo">Port <span>f</span>olio.</a>
<div class="active">
<ul class="navlist" >
<li><a href="#home" class="active" >Home</a></li>
<li><a href="#about">About Me</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#portfolio">portfolio</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<div class="bx bx-menu" id="menu-icon" ></div>
</header>
<!------------------------home section ------------------------->
<section class="home" id="home">
<div class="home-text">
<div class="slide">
<span class="one">Hello</span>
<span class="two">I'am</span>
</div>
<h1>MOHAMED SAHAL</h1>
<h3></span>Mern Stack</span><span> Developer</span></h3>
<p>I'm a passionate Mern stack Developer</p>
<div class="button">
<a href="#" class="btn">Say Hello</a>
<a href="#portfolio" class="btn2"><span><i class="bx bx-play"></i></span>Watch My Work</a>
</div>
</div>
</section>
<!--------------------------------------------------------- about--------------------------------------------- -->
<section class="about" id="about">
<div class="about-img">
<img src="WhatsApp Image 2023-11-06 at 06.25.10_64d3f87d.jpg" alt=""> <!--image---------------->
</div>
<div class="about-text">
<h2>About <span>Me</span></h2>
<h4>Creative full-stack developer!</h4><!--change------------------->
<p>Hello! I'm mohamed sahal, a dedicated and passionate full-stack developer with a strong academic background in Computer Applications (BCA). I thrive on creating innovative and efficient solutions that bridge the gap between technology and user needs. </p>
<a href="#contact" class="btn">ContactMe</a>
</div>
</section>
<!-----------------------------------------------------skills---------------------------------------------------------------->
<section class="service" id="skills">
<div class="main-text">
<p>What Iam Expert In</p>
<h2><span>My</span>Skills</h2>
</div>
<div class="service-content">
<div class="box">
<div class="s-icon">
<i class='bx bx-devices'></i>
</div>
<h3>Web Design</h3>
<p>Developed responsive web pages using HTML, CSS, and Bootstrap to ensure a seamless user experience across.<br>
Utilized JavaScript to create interactive features and improve website functionality.<br>
Designed and implemented the front-end of a web application, incorporating Bootstrap for styling and responsive design.</p>
<a href="#" class="read">Read More</a>
</div>
<div class="box">
<div class="s-icon">
<i class='bx bx-code-alt' ></i>
</div>
<h3>Web Development</h3>
<p>Developed responsive web pages using HTML, CSS, and Bootstrap to ensure a seamless user experience across.<br>
Utilized JavaScript to create interactive features and improve website functionality.<br>
Designed and implemented the front-end of a web application, incorporating Bootstrap for styling and responsive design.</p>
<a href="#" class="read">Read More</a>
</div>
</div>
</section>
<!-- ----------------------------------------------------------projects------------------------------------------------------------ -->
<section class="portfolio" id="portfolio">
<div class="main-text">
<p>portfolio<p>
<h2><span>Latest </span>Projects</h2>
</div>
<div class="portfolio-content">
<div class="row">
<img src="homepage-linkedin-statistics.png" alt="">
<div class="layer">
<h5>Linkedin website</h5>
<a href="linkedin/linkedin.html"><i class='bx bx-link-external'></i></a>
</div>
</div>
<!----------------------------------------------------projects second ------------------------->
<div class="row">
<img src="Screenshot 2023-11-06 153702.png" alt="">
<div class="layer">
<h5>Personal website</h5>
<a href="personal.html"><i class='bx bx-link-external'></i></a>
</div>
</div>
</div>
</section>
<!------------------------------------------------contact------------------------------------------------------------------------- -->
<section class="contact" id="contact">
<div class="contact-text">
<h2>Contact <span>Me!</span></h2>
<h4> let's Work Together</h4>
<p>Iam a full-stack developer connect me via phone:9745655622
or email:[email protected]</p>
<div class="contact-list">
<li><a href="#">Mohamed sahal</a></li>
<li><a href="#">[email protected]</a></li>
<li><a href="#">9745655622</a></li>
</div>
<div class="contact-icons">
<a href="https://www.linkedin.com/in/mohamed-sahal-842b55299?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app"><i class='bx bxl-linkedin' ></i></a>
<a href="https://github.com/sahal-sha"><i class='bx bxl-github' ></i></a>
<a href="https://instagram.com/m___sahal?igshid=OGQ5ZDc2ODk2ZA=="><i class='bx bxl-instagram'></i></i></a>
<a href="https://wa.me/qr/FVMHJDMKLUJZG1"><i class='bx bxl-whatsapp' ></i></a>
</div>
</div>
<div class="contact-form">
<form action="" onsubmit="sendMail(); reset(); return false;">
<input type="text" id="fullname" placeholder="Your Name" required>
<input type="email" name="email" id="email_id" placeholder="E-mail Address" required>
<!-- <input type="number" name="number" id="number" placeholder="Your Mobile Number" required> -->
<textarea name="" id="message" cols="30" rows="10" placeholder="How can i help you"required></textarea>
<input type="submit" value="submit" class="submit" onclick="sendMail()">
</form>
</div>
</section>
<!-- end section--------------------------------------------------------------------------------------------------- -->
<section>
<div class="end">
<div class="last-text">
<p>Copyright © 2023 by sahal All Rights reserved</p>
</div>
<!-- scroll-top -->
<div class="top">
<a href="#home"><i class='bx bx-up-arrow-alt' ></i></a>
</div>
</div>
</section>
<!-- cutom js link -->
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
<script type="text/JavaScript" src="personal.js"></script>
</body>
</html>