-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
190 lines (179 loc) · 8.78 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
<!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="index.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=Rubik+Doodle+Triangles&family=Train+One&display=swap" rel="stylesheet">
</head>
<body>
<div id="header">
<div class="container">
<nav>
<img src="imgs/sh-logo.jpg" alt="">
<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="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<div class="header-text">
<p>UI/UX DESIGNER</p>
<h1>Hi, I'm <span> Shahan </span>Ali <br> from India.</h1>
</div>
<!-- bonk -->
<div id="symbol">
<p>-\'/-</p>
</div>
<!-- bonk -->
</div>
</div>
<!-- ABOUT -->
<div id="about">
<div class="container">
<div class="row">
<div class="about-col-1"><img
src="https://cdn.dribbble.com/users/623914/screenshots/6837693/session-concept2-dribbble_4x.jpg?resize=1200x900&vertical=center"
alt="" id="girl"></div>
<div class="about-col-2">
<h1 class="sub-title">About Me</h1>
<p> I'm a passionate and curious web developer with a hunger to learn and grow. I'm proficient in the fundamentals of HTML, CSS, and JavaScript, and I'm eager to expand my knowledge into frameworks and libraries like React or Vue.js. I'm a quick learner with a problem-solving mindset, and I thrive in collaborative environments. I'm excited to contribute to innovative projects and build beautiful and accessible user experiences.</p>
<div id="tab-titles">
<p id="skills" class="tabs active-link" onclick="showskills()">Skills </p> <br>
<p id="edu" class="tabs" onclick="showedu()">Education </p><br>
<p id="exp" class="tabs" onclick="showexp()">Experience </p><br>
</div>
<div id="Skillscontent" class="tab-contents">
<ul>
<li><span>UI/UX</span> <br>Designing Web/App Interfaces</li>
<li><span>Web Development</span><br>Website Development</li>
<li><span>App Development</span><br>React App Development</li>
</ul>
</div>
<div id="Educationcontent" class="tab-contents">
<ul>
<li><span>2023</span> <br>doing B.Tech from KIIT 27'</li>
<li><span>2022</span><br>10+2 from Open Minds A Birla School.</li>
<li><span>20XX</span><br>No higher Qualification for now. </li>
</ul>
</div>
<div id="Experiencecontent" class="tab-contents">
<ul>
<li><span>20XX-20XX</span><br>No Exp</li>
<li><span>20XX-20XX</span><br>No exp</li>
<li><span>20XX-20XX</span><br>No Exp</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- SERVICES -->
<div id="services">
<div class="container">
<h1 id="services-title" class="sub-title">
My Services
</h1>
<div class="services-list">
<div>
<h2 class="icons"></></h2>
<h2 class="icon-head">WEB DESIGNS</h2>
<p>Creative and Modern UI for sites using css and premade Frameworks like bootstrap,etc </p>
<a href="#">learn more</a>
</div>
<div>
<h2 class="icons">❑◮❍</h2>
<h2 class="icon-head">UI / UX DESIGNS</h2>
<p>Learning UIs for apps and softwares in iOS through swift</p>
<a href="#">learn more</a>
</div>
<div>
<h2 class="icons"><img
src="https://docs-assets.developer.apple.com/published/fe2a86283eab29ab76732e955802ab1d/app-icons.svg"
alt="">
<img src="https://icones.pro/wp-content/uploads/2021/04/icone-android-grise.png" alt="">
</h2>
<h2 class="icon-head">APP DESIGNS</h2>
<p>Learning UIs for apps and softwares in iOS through swift</p>
<a href="#">learn more</a>
</div>
</div>
</div>
</div>
<!-- -------portfolio-------- -->
<div id="portfolio">
<div class="container">
<h1 class="sub-title">My Work</h1>
<div class="work-list">
<div class="work">
<img src="imgs/Portfolio Site.jpeg" alt="">
<div class="work-info">
<h3>Client's website</h3>
<p>Portfolio website project using html,css, and javascript. </p>
<a href="#"><img class="open-work-img" src="imgs/icons8-open-50.png" alt=""></a>
</div>
</div>
<div class="work">
<img src="imgs/weather.png" alt="">
<div class="work-info">
<h3>Weather Web-App</h3>
<p>Weather app using html,css and javascript.It uses a premade weather API for accurate information to show temperature, wind-speed and humidity</p>
<a href="https://shahan-nub.github.io/WeatherApp/" target="_blank"><img class="open-work-img" src="imgs/icons8-open-50.png" alt=""></a>
</div>
</div>
<div class="work">
<img src="imgs/Travel UI.jpeg" alt="">
<div class="work-info">
<h3>Travelling App</h3>
<p>React app</p>
<a href="#"><img class="open-work-img" src="imgs/icons8-open-50.png" alt=""></a>
</div>
</div>
</div>
<a href="#" class="btn">See More</a>
</div>
</div>
<!-- --------CONTACT--------- -->
<div id="contact">
<div class="container">
<div class="row">
<div class="contact-left">
<h1 class="sub-title">Contact Me</h1>
<div class="contact-icontext">
<img src="imgs/mail.png" alt="">
<p>[email protected]</p>
</div>
<div class="contact-icontext">
<img src="imgs/call.png" alt="">
<p>+91 9113781424</p>
</div>
<button class="btn">Download CV</button>
<div class="social-icons">
<img id="insta" src="imgs/ig.png" alt="">
<img id="fb" src="imgs/fb.png" alt="">
<img id="reddit" src="imgs/reddit.png" alt="">
<img id="yt" src="imgs/yt.png" alt="">
</div>
</div>
<div class="contact-right">
<form action="noaction">
<input type="text" name="Name" placeholder="enter your name" required>
<input type="text" name="email" placeholder="enter your email" required>
<textarea name="message" cols="30" rows="10" placeholder="your message"></textarea>
<button type="submit" class="btn2">Submit</button>
</form>
</div>
</div>
</div>
<div id="copyright">
<p>Copyright © Shahan. All rights Reserved. Not for public use</p>
</div>
</div>
<script src="sb.js"></script>
</body>
</html>