-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (60 loc) · 3.03 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Coding Journey: Web Development & Machine Learning by Shahbaz</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="favicon (1).ico">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=KoHo:ital,wght@1,700&family=Sacramento&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=KoHo:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Dosis:wght@600&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="cloud.png" alt="clouds.png">
<h1>I'm shahbaz</h1>
<h2>a <span style="text-decoration: underline;">pro</span>grammer</h2>
<img class="bottom-cloud" src="cloud.png" alt="clouds.png">
<img class="mountain" src="mountain.png" alt="mountain.png">
</div>
<div class="middle-container">
<div class="profile">
<img src="user (1).png" alt="user-male.png">
<h2>Hello</h2>
<p style="font-family: 'Dosis', sans-serif;">I am a Web developer and a MachineLearning enthusiast.</p>
<p style="font-family: 'Dosis', sans-serif;">I ❤ programming and currently I am a student at Mohan Babu University.</p>
<p style="font-family: 'Dosis', sans-serif;">Working on OpenSource, Learning contributing.</p>
<p style="font-family: 'Dosis', sans-serif;">Currently learning Machine Learning on Coursera.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills</h2>
<div class="skill-row">
<img class="skill-img" src="programming.png" alt="nothing">
<h3>Design and Development</h3>
<p style="font-family: 'Dosis', sans-serif;">Learning and practicing the latest frameworks and technologies like Machine learning including Javascript ES6, React.js, Node.js, Sql, python, Bootstrap4, MongoDB, HTML, CSS and more !.</p>
</div>
<div class="skill-row">
<img class="java-img" src="javascript.png" alt="">
<h2>On the way to</h2>
<h2>becoming an engineer...</h2>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>HSR Layout, Banglore, Karnataka</h3>
<p style="margin-bottom:70px; font-family: 'Dosis', sans-serif">Contact me if you're looking for an intern in Machine Learning or Web Development.</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link1" href="https://www.linkedin.com/in/shahbaz-shaik-5b862a2a1/">LinkedIn</a>
<a class="footer-link2" href="https://twitter.com/Shaiksh47544001/following">Twitter</a>
<a class="footer-link3" href="https://github.com/shahbazshaik17">Github</a>
<p style="color: #EAF6F6; font-family: 'Dosis', sans-serif; margin-top:80px">Thank You</p>
</div>
</body>
</html>