-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
163 lines (153 loc) · 7.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE-edge">
<meta name="viewport" content="width-device-width, initial-scale =1.0">
<title>My Portfolio</title>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/361943343c.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="header">
<div class="container">
<nav>
<img src="" class="LOGO">
<ul>
<li><a href="#header">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<div class="header-text">
<p>Software Devoloper and Programmer</p>
<h2>Hi,I'm <span>Arshalan</span><br>Ansar</h2>
</div>
</div>
</div>
<!------about------>
<div id="about">
<div class="container">
<div class="row">
<div class="about-col-1">
<img src="images/85.jpg">
</div>
<div class="about-col-2">
<h2 class="sub-title">About Me</h2>
<p>I am a passionate and dedicated web developer and programmer, driven by a relentless curiosity for technology and a commitment to creating innovative digital solutions. With a strong foundation in both front-end and back-end development, I bring a versatile skill set to the table that allows me to tackle a wide range of projects
</p>
<div class="tab-titles">
<p class="tab-link active-link" onclick="opentab('Skills')">Skills</p>
<p class="tab-link" onclick="opentab('Experience')">Experience</p>
<p class="tab-link" onclick="opentab('Education')">Education</p>
</div>
<div class="tab-contents active-tab" id="Skills">
<ul>
<li><span>UI/UX<span><br>-> Proficient in crafting user-centric interfaces, wireframing, prototyping, and conducting usability tests.</li>
<li><span>Problem Solving<span><br>-> Analytical thinker, adept at creative solutions in diverse scenarios.</li>
<li><span>Web Devolopement<span><br>-> Full-stack proficiency, responsive design, API integration, performance optimization, database management.</li>
</ul>
</div>
<div class="tab-contents" id="Experience">
<ul>
<li><span>Soon...</span><br>I have no formal work experience as of now</li>
<li><span>But</span><br>I can't wait to leverage my skills to contribute to the ever-evolving field of computer science</li>
</ul>
</div>
<div class="tab-contents" id="Education">
<ul>
<li><span>2026</span><br>B.Tech in CSE Core from S.R.M University</li>
<li><span>2020</span><br>DAV NIT, Jharkhand</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-------serives----------->
<div id="services">
<div class="container">
<h1 class="sub-title">What I Provide</h1>
<div class="services-list">
<div>
<i class="fa-solid fa-laptop-code fa-bounce"></i>
<h1>Web Development</h1>
<p>I provide end-to-end web solutions, including design, front-end/back-end development, e-commerce, performance optimization, maintenance, and custom applications. Tailored to your unique needs.</p>
<a href="https://youtu.be/xGmIl7QbBiA?feature=shared">Learn more</a>
</div>
<div>
<i class="fa-brands fa-android fa-bounce" style="color: #ffffff;"></i>
<h2>App Development</h2>
<p>I possess strong expertise in app development, encompassing both mobile and web platforms, with a track record of delivering successful, user-friendly applications.</p>
<a href="https://youtu.be/qqzy1EEid0E?feature=shared">Learn more</a>
</div>
<div>
<i class="fa-solid fa-icons fa-bounce"></i>
<h2>UI/UX Designer</h2>
<p>I excel in UI/UX design, crafting visually captivating and user-friendly interfaces that elevate overall user satisfaction and interaction with digital products.</p>
<a href="https://youtu.be/zHAa-m16NGk?feature=shared">Learn more</a>
</div>
</div>
</div>
</div>
<div id="contact">
<div class="container">
<div class="row">
<div class="contact-left">
<h1 class="sub-title">Contact Me</h1>
<p><i class="fa-solid fa-paper-plane"></i>[email protected]</p>
<p><i class="fa-solid fa-phone"></i>9508588425</p>
<div class="social-icons">
<a href="https://www.linkedin.com/in/arshalan-ansar-a295b024b?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app" target="_blank"><i class="fa-brands fa-linkedin"></i></a>
<a href="https://github.com/arshalann0017" target="_blank"><i class="fa-brands fa-github"></i></a>
</div>
<a href="Pink Simple Profile Resume.pdf" download class="btn btn2">Download CV</a>
</div>
<div class="contact-right"></div>
<form>
<input type="text" name="Name" placeholder="Your Name" required>
<input type="email" name="email" placeholder="Your Email" required>
<textarea name="Message" rows="6" placeholder="Your Message"></textarea>
<button type="submit" class="btn btn2">submit</button>
</form>
</div>
</div>
<div class="copyright">
<p>copyright © Arshalan.<i class="fa-solid fa-heart"></i></p>
</div>
</div>
<script>
var tablinks = document.getElementsByClassName("tab-links");
var tabcontents = document.getElementsByClassName("tab-contents");
function opentab(tabname){
for(tablink of tablinks){
tablink.classList.remove("active-link");
}
for(tabcontent of tabcontents){
tabcontent.classList.remove("active-tab");
}
event.currentTarget.classList.add("active-link");
document.getElementById(tabname).classList.add("active-tab")
}
</script>
<script>
// Get the button
let mybutton = document.getElementById("myBtn");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function() {scrollFunction()};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
</body>
</html>