-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
237 lines (210 loc) · 8.55 KB
/
index.html
File metadata and controls
237 lines (210 loc) · 8.55 KB
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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Ateeq's Portfolio</title>
<link rel = "icon"
href="https://img.icons8.com/external-flat-chattapat-/50/000000/external-console-computer-hardware-flat-chattapat-.png"
type="image/png"/>
</head>
<body>
<section id="header">
<div class="header container">
<div class="nav-bar">
<div class="brand">
<a href="#hero">
<h1><span class="head">MOHD ATEEQ</span></h1>
</a>
</div>
<div class="nav-list">
<div class="hamburger">
<div class="bar"></div>
</div>
<ul>
<li><a href="#hero" >Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#fields" >Fields</a></li>
<li><a href="#projects" >Projects</a></li>
<li><a href="#contact" >Contact</a></li>
</ul>
</div>
</div>
</div>
</section>
<section id="hero">
<div class="hero container">
<div>
<h1>Hello, <span></span></h1>
<h1>My Name is <span></span></h1>
<h1>Ateeq <span></span></h1>
<a href="#projects" type="button" class="cta">Portfolio</a>
</div>
</div>
</section>
<section id="about">
<div class="about container">
<div class="col-left">
<div class="about-img">
<img src="./img/pic2.jpg" alt="img">
</div>
</div>
<div class="col-right">
<h1 class="section-title">About <span>me</span></h1>
<h2>Front End Developer</h2>
<p>I am a motivated individual , commited to learning and developing software and upskilling myself in every way possible, having experience performing in
both autonomous and collaborative environments, working independently as well as with others on group projects.
I am passionate about learning and getting to know my peers and their work and gaining from their experience and knowledge to further myself as an individual and as a Developer.
<p>
<a href="#" class="cta">Download Resume</a>
</div>
</div>
</section>
<section id = "education" class="education">
<div class="education container">
<div class="edutitle">
<h1 class="section-title">Educat<span>ION</span></h1>
</div>
<div class="edu">
<div class="edu1">
<h1>Bachelor of Engineering(B.E) in Mechanical Engineering</h1>
<h2>2019-Present</h2>
<h2>Muffakham Jah College of Engineering and Technology</h2>
<h3>Banjara Hills,Hyderabad</h3>
</div>
<div class="edu2">
<h1>High School Education</h1>
<h2>2017-2019</h2>
<h2>Sri chaitaniya Junior College</h2>
<h3>S.R Nagar, Hyderabad</h3>
</div>
<div class="edu3">
<h1>Secondary School Education</h1>
<h2>2017</h2>
<h2>International School (ICSE)</h2>
<h3>Shaikpet, Hyderabad</h3>
</div>
</div>
</div>
</section>
<section id="fields">
<div class="fields container">
<div class="fields-top">
<h1 class="section-title"><span>Fields</span></h1>
<p>The following below are the Fields that I am interested in and want to make more projects on in the future.</p>
</div>
<div class="fields-bottom">
<div class="fields-item">
<div class="icon"><img src="https://img.icons8.com/bubbles/100/000000/responsive-web.png"/></div>
<h2>Web Development</h2>
<p>Front-End fully responsive and interactive Web design using HTML, CSS and JavaScript React with hosting provided </p>
</div>
<div class="fields-item1">
<div class="icon"><img src="https://img.icons8.com/bubbles/50/000000/source-code.png"/></div>
<h2>Python</h2>
<p>Python is my favorite programming language not just because of its easy useability but also as it is fun to code in.</p>
</div>
<div class="fields-item2">
<div class="icon"><img src="https://img.icons8.com/bubbles/50/000000/3d-printer.png"/></div>
<h2>3D design</h2>
<p>The world of 3D design is only on a spiral towards greatness as in the future, every product will be made using 3D printers.</p>
</div>
<div class="fields-item3">
<div class="icon"><img src="https://img.icons8.com/bubbles/50/000000/learning.png"/></div>
<h2>Machine Learning</h2>
<p>Machine Learning and data science is the next step of scientific society towards becoming automated and ML can give solutions to problems ranging from the smallest chore to the hardest problems</p>
</div>
</div>
</div>
</section>
<section id="projects">
<div class="projects container">
<div class="projects-header">
<h1 class="section-title">Recent <span>Projects</span></h1>
</div>
<div class="all-projects">
<div class="project-item">
<div class="project-info">
<h1>Project 1</h1>
<h2>House Price Prediction model</h2>
<p>I trained a Machine Learning model to be able to predict the house sale price based on a training dataset, the final model was able to predict
with an accuracy of 89%
</p>
</div>
<div class="project-img">
<img src="./img/house_price.jpg" alt="img">
</div>
</div>
<div class="project-item">
<div class="project-info">
<h1>Project 2</h1>
<h2>Tic-Tac-Toe game</h2>
<p>Using Python and its libraries, I created a Tic-Tac-Toe game with a GUI using the TKInter library
</p>
</div>
<div class="project-img">
<img src="./img/tictac.png" alt="img">
</div>
</div>
<div class="project-item">
<div class="project-info">
<h1>Project 3</h1>
<h2>Rock-Paper-Scissors game</h2>
<p>Rock-Paper-Scissors is a classic game played by people of all ages and nationalities, I created such a game against a computer where the computer decides its choice and then you get to decide, and you can win.</p>
</div>
<div class="project-img">
<img src="./img/rock_paper.png" alt="img">
</div>
</div>
</div>
</div>
</section>
<section id="contact">
<div class="contact container">
<div>
<h1 class="section-title">Contact <span>info</span></h1>
</div>
<div class="contact-items">
<div class="contact-item">
<div class="icon"><img src="https://img.icons8.com/bubbles/50/000000/phone--v2.png"/></div>
<div class="contact-info">
<h1>Phone</h1>
<h2>+91 789355****</h2>
</div>
</div>
<div class="contact-item">
<div class="icon"><img src="https://img.icons8.com/bubbles/50/000000/gmail.png"/></div>
<div class="contact-info">
<h1>Email</h1>
<h3>mohammedateequddin399@gmail.com</h3>
<p><button class="emaillink" onclick="myFunction()">Copy ID</button></p>
</div>
</div>
<div class="contact-item">
<div class="icon"><img src="https://img.icons8.com/bubbles/50/000000/address.png"/></div>
<div class="contact-info">
<h1>Address</h1>
<h2> Hyderabad, Telangana, India</h2>
</div>
</div>
</div>
</div>
</section>
<section id="footer">
<div class="footer container">
<div class="brand">
<h1><span>Mohammed Ateeq</span></h1>
</div>
<div class="social-icon">
<div class="social-item">
<a href="https://github.com/Tiltedperfectionist" target="_blank"><img src="https://img.icons8.com/bubbles/50/000000/github.png"/></a>
</div>
<div class="social-item">
<a href="https://www.linkedin.com/in/mohammed-ateeq-uddin-9021931a0/" target="_blank"><img src="https://img.icons8.com/bubbles/50/000000/linkedin.png" /></a>
</div>
</section>
<script src="./script.js"></script>
</body>
</html>