-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (68 loc) · 2.91 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
<!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>Gurminder</title>
<link rel="stylesheet" href="css/styles.css" />
<link rel="icon" href="video-box model- challenge to meet the edges/favicon (1).ico" />
<link href="https://fonts.googleapis.com/css2?family=Merriweather&family=Montserrat&family=Sacramento&display=swap"
rel="stylesheet" />
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="CSS - My Site Images/cloud.png" alt="cloud image" />
<h1 class="head">I'm Gurminder.</h1>
<p>
<h2>a <span class="pro">pro</span>grammer.</h2>
</p>
<img class="bottom-cloud" src="CSS - My Site Images/cloud.png" alt="cloud image" />
<img src="CSS - My Site Images/mountain.png" alt="mountain image" />
</div>
<div class="middle-container">
<div class="profile">
<img class="profile" src="CSS - My Site Images/gurminder circular.png" alt="profilr photo" />
<h2 class="hello">Hello.</h2> <img class="fire" src="CSS - My Site Images/giphy.webp" alt="">
<p>
I am web Developer and I am the founder and CEO of Real community builder and Stud-ent.com.
</p>
</div>
<hr />
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="Artificial" src="CSS - My Site Images/200w (2).webp" alt="image">
<h3>Design & Development</h3>
<p> I started learning to code when is was i was 16 years old but my interest started began in computer science
when i was 12 years old and that was the time when i got my computer as my interest grew stronger i a want to
study Artificial Intelligence more deeply.
</p>
</div>
<div class="skill-row">
<img class="brain" src="CSS - My Site Images/200w (3).webp" alt="" />
<h3>Web Development</h3>
<p >
I started learening web development at the age of 19 from the Angelia Yu course.
</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Artificial Intelligence and Machine Learning</h3>
<p class="Machinedescription">
If you love to learn about ARTIFIFCIAL INTELLIGENCE and MACHINE LEARNING. Then do this together.
</p>
<a class="btn" href="[email protected]">CONTACT ME</a></button>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/" target="_blank">LinkedIn</a>
<a class="Twitter" href="https://twitter.com/" target="_blank">Twitter</a>
<a class="footer-link" href="https://www.youtube.com//" target="_blank">Youtube</a>
<p class="copyright"> © 2022 Gurminder Singh Badwal.</p>
</div>
</body>
</body>
</html>