-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (57 loc) · 3.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello!</title>
<link rel="stylesheet" href="style2.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=Josefin+Sans&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Ysabeau+Infant:ital,wght@1,300&display=swap" rel="stylesheet">
</head>
<body>
<div class="upper-section">
<h1>Welcome to my website</h1>
<img src="beautiful.gif" alt="beautiful-gif">
</div>
<div class="second">
<a href="">About</a>
<a href="">Projects</a>
<a href="">Fav Quotes</a>
<a href="">Contact</a>
</div>
<div class="main-about">
<img src="me.jpg" alt="me">
<h1>Hi!</h1>
<h2>This is Sanchit Raj.</h2>
<h3>I'm a <span class="wd">Web Developer</span>, <span class="ds">Data Science learner</span> and a <span class="atc">Air Traffic Controller aspirant.</span></h3>
<p>I have been doing Web Development from 2 weeks now and currently planning to improve on this skill. I have been following <a href="https://www.udemy.com/course/the-complete-web-development-bootcamp/">The Complete 2023 Web Development Bootcamp</a> course by <a href="https://www.udemy.com/user/4b4368a3-b5c8-4529-aa65-2056ec31f37e/">Angela Yu</a>. It is very intresting how i started as to become Data Scienctist since 3rd sem and now also want to add the skills of Web Developer.This is because of the lack of opportunity for a B.Tech. candidate in the field of data. Although i have planned to use my very own machine learning models in my websites to make it work for many newer problems. This idea is there in my head because i never wanted to quit data science. It is been well stablish that focusing on one this is the best you can do to learn new skills but i have to manage it. Just have a leap of faith and do it.Things will be easier and will be according to plan. Just it will take some time. <br>
Also I will start my ATC prepration for 6th sem (during the 8 months break for interships). When I was 16, this was with me and now i feel focused to achieve it. Just have faith and keep your head down and WORK.</p>
</div>
<div class="just-upper-lower">
<h2>These are few of my work.</h2>
</div>
<div class="lower">
<div class="project1">
<a href="https://atcsanchit.github.io/capstone_project-1/"><img src="poject1_resume.png" alt="project1"></a>
<p>Single Page Resume</p>
</div>
<div class="project2">
<a href="https://atcsanchit.github.io/css_start1/"><img src="project2_motivation_page.png" alt="project2"></a>
<p>Motivation Webpage-where i look up</p>
</div>
<div class="project3">
<a href="https://atcsanchit.github.io/dev.com_responsive_webpage/"><img src="project3_dev_com.png" alt="project3"></a>
<p>dev.com responsive website</p>
</div>
</div>
<h3 class="lower">Lets get in touch</h3>
<footer>
<a href="https://github.com/atcsanchit"><img src="github.png" alt="github logo"></a>
<a href="https://www.linkedin.com/in/sanchit-raj-250403233/"><img src="linked_in.png" alt="linkedin logo"></a>
<a href="https://auth.geeksforgeeks.org/user/sanchitatc01"><img src="gfg.png" alt="geeksforgeeks logo"></a>
<a href="https://leetcode.com/sanchitatc/"><img src="leetcode.png" alt="leetcode logo"></a>
</footer>
</body>
</html>