-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
200 lines (182 loc) · 8.88 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
<!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>Personal Portfolio Website</title>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/e674bba739.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="header">
<div class="container">
<nav>
<img src="back.jpg" class="logo"></img>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Contact</a></li>
<i class="fas fa-times"></i>
</ul>
<i class="fas fa-bars"></i>
</nav>
<div class="header-text">
<p>Artificial Intelligence and Data Science Engineer</p>
<h1>Hi, I'm <span>Riaan Attar</span><br>from India</h1>
</div>
</div>
</div>
<!-- ----------ABOUT---------- -->
<div id="about">
<div class="container">
<div class="row">
<div class="about-col-1">
<img src="PROFILE.jpg">
</div>
<div class="about-col-2">
<h1 class="sub-title"> <span>About me</span> </h1>
<p><b>Welcome to my portfolio!</b> I'm a passionate AI and Data Science enthusiast pursuing a double degree in Data Science at IIT Madras and AI &
Data Science at KK Wagh Institute of Engineering, Nashik. Aspiring to innovate and create with software development and generative AI, I'm
dedicated to pushing the boundaries of technology, solving complex problems, and making a positive impact on the world.
Join me on this exciting journey of building the future with data science ,ML, , AI, and software development."</p>
<div class="tab-titles">
<p class="tab-links active-link" onclick="openTab('education')">Education</p>
<p class="tab-links" onclick="openTab('skills')">Skills</p>
<p class="tab-links" onclick="openTab('experience')">Experience</p>
</div>
<div class="tab-contents active-tab" id="education">
<ul>
<li><span>2023-27</span><br>BSc in DATA SCIENCE & APPLICATIONS from <b>IIT MADRAS</b></li>
<li><span>2023-27</span><br>B.Tech Artificial Intelligence and Data Science </li>
<li><span>2023</span><br>HSC with bifocal COMPUTER SCIENCE</li>
</ul>
</div>
<div class="tab-contents" id="skills">
<ul>
<li><span>C/C++ </span><br>Complete OOP's working on DSA</li>
<li><span>HTML and CSS</span><br>Basics of Front end development</li>
<li><span>Python</span><br>Currently Learning</li>
</ul>
</div>
<div class="tab-contents" id="experience">
<ul>
<li><span>20</span><br></li>
<li><span>20</span><br></li>
<li><span>20</span><br></li>
<li><span>20</span><br></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div id="services">
<div class="container">
<h1 class="sub-title">SKILLS</h1>
<div class="services-list">
<div>
<i class="fa-brands fa-android"></i>
<h2>Programming in C++ </h2>
<p>Programming in C/C++ with high proficiency in Object Oriented Programming and currently working on DSA with basic knowledge of Array Algorithms like Bubble sort,binary search Etc.</p>
<a href="#">Learn more</a>
</div>
<div>
<i class="fa-solid fa-code"></i>
<h2>Web development</h2>
<p>Front End Development using HTML5 and CSS for building interactive and creative webpages</p>
<a href="#">Learn more</a>
</div>
<div>
<i class="fa-solid fa-crop-simple"></i>
<h2></h2>
<p></p>
<a href="#">Learn more</a>
</div>
</div>
</div>
</div>
<!-- ----------PORTFOLIO--------- -->
<div id="portfolio">
<div class="container">
<h1 class="sub-title">PROJECTS</h1>
<div class="work-list">
<div class="work">
<img src="work-1.png" alt="">
<div class="layer">
<h2>Web Development</h2>
<p> </p>
<a href="#"><i class="fas fa-external-link-alt"></i></a>
</div>
</div>
<div class="work">
<img src="work-2.png" alt="">
<div class="layer">
<h2>OOP'S in C++</h2>
<p></p>
<a href="#"><i class="fas fa-external-link-alt"></i></a>
</div>
</div>
<div class="work">
<img src="work-3.png" alt="">
<div class="layer">
<h2>Assembly Language (INTEL 8085)</h2>
<p></p>
<a href="#"><i class="fas fa-external-link-alt"></i></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>
<p><i class="fas fa-paper-plane"></i> [email protected]</p>
<p><i class="fas fa-phone-square-alt"></i> 9423644203</p>
<div class="social-icons">
<a href="https://www.linkedin.com/in/riaan-attar-"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/riaan-attar"><i class="fab fa-github"></i></a>
<a href="https://www.instagram.com/iamriaan_/"><i class="fab fa-instagram"></i></a>
<a href=""><i class="fab fa-facebook"></i></a>
<a href=""><i class="fab fa-x-twitter"></i></a>
</div>
<a href="resume.pdf" download class="btn btn2">View CV</a>
</div>
<div class="contact-right">
<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 btn3">submit</button>
</form>
</div>
</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');
}
// JavaScript for handling the mobile navigation menu
document.querySelector('.fas.fa-bars').addEventListener('click', function () {
document.querySelector('nav ul').classList.toggle('show');
});
document.querySelector('.fas.fa-times').addEventListener('click', function () {
document.querySelector('nav ul').classList.remove('show');
});
</script>
</body>
</html>