-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
98 lines (91 loc) · 2.88 KB
/
index.html
File metadata and controls
98 lines (91 loc) · 2.88 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
<html>
<head>
<title>My Favorite Hobby</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<section id="welcome" class="parallax-container">
<div class="parallax-inner">
<ul class="menu">
<li class="links"><a href="#home">Home</a></li>
<li class="links"><a href="#my_favourite_programmers">My favourite programmers</a></li>
<li class="links"><a href="#my_work">My work</a></li>
<li class="links"><a href="#inspiration">Inspiration</a></li>
<li class="links"><a href="#contacts">Contact</a></li>
</ul>
<img id="img1" src="software-computer-code-1940x900_35196.jpg">
<h2 id="h2">My Favorite Hobby</h2>
<h3 id=h3>Coding<p>
</div>
</section>
<section id="bio">
<div class="line"></div>
<p id=p>Coding is my favourite hobby because it helps in the growth of my logic and creativity.
I have a dream to become a great Programmer and web designer.
I want to upgrade e-mail which wont
have any password but a unique code which will be sent to the personal phone and the code will
change each time when the sign-up button is cliked, which will be Sent to our computer and we
can access our mail.
I will try to update the cyber security.
I love coding and enjoy a lot while playing with it.</p>
</section>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<section id="my_favourite_programmers">
<h1>My favourite programmers</h1>
<div class="line"></div>
<iframe width="1280" height="720" src="https://w3codemasters.in/best-programmers-in-the-world-by-country/" frameborder="0">
</iframe>
</section>
<section id="my_work">
<h1>My work</h1>
<div class="line"></div>
<iframe width="1280" height="720" src="https://satwiksantoshtripathy.whjr.site/" frameborder="0">
</iframe>
</section>
<section id="inspiration">
<h1>Inspiration</h1>
<div class="line"></div>
<p>Elon Reeve Musk FRS (/ˈiːlɒn/ EE-lon; born June 28, 1971) is an entrepreneur and business magnate. He is the founder, CEO and chief engineer at SpaceX; early stage investor, CEO, and product architect of Tesla, Inc.; founder of The Boring Company; and co-founder of Neuralink and OpenAI.</p>
</section>
<section id="contacts">
<h1>Contacts</h1>
<div class="line"></div>
<p>+91 6370 337 834</p>
</section>
</body>
</html>