-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
88 lines (75 loc) · 3.11 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
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Ayush Ojha</title>
<link rel="stylesheet" type="text/css" href="prop.css">
<div class="topbar">
<h2 style="color: #99ccff;display: inline;">AYUSH</h2>
<h2 style="color: white;display: inline;">OJHA</h2>
<a href="network.html">Network</a>
<a href="work.html">My Work</a>
<a class="on" href="index.html">Home</a>
</div>
</head>
<body>
<marquee> Hello !!! Thank you for visiting our site.</marquee>
<h1>Website Under Construction</h1>
<center><p class="head"> WELCOME TO MY WEBSITE </p>
<p class="animation"></p>
<img class="big" src="img/peter.png" height="300px" width="300px">
<p style="color: white;font-size: 30px;">My Name is Ayush Ojha.</p>
<p class="info1">
I am 20 years old and currently doing my BCS at Sunway International Business School.
I like trying out new things and I am a fast learner as well.
I love Simulation, visualization, web app, vector art, video editing and game designing
and playing various genre of games.
As for my goal, I want to be a researcher and help people with ground breaking
discoveries in the field of Computer Science.
I prefer to work alone as I don't want anyone to slow me down.
</p>
<p>
<h2 style="color: white;">My Skills</h2>
</p>
<!--Video editing , Vector Art, Html , Css , java script , C , C#-->
<div class="container">
<div class="bar front advanced" data-skill="Photo editing"></div>
<div class="bar back intermediate" data-skill="Java"></div>
<div class="bar front advanced" data-skill="HTML"></div>
<div class="bar bar back intermediate" data-skill="CSS3"></div>
<div class="bar bar back intermediate" data-skill="Javascript"></div>
<div class="bar front advanced" data-skill="C"></div>
<div class="bar back basic" data-skill="C#"></div>
</div>
<br>
<h2 style="color: white;">What am I Currently Doing?</h2>
<p class="info1">
These days I am trying to learn as much as possible
and I am trying out weird things like
learning various programming languages, Data Science,
Machine Learning, Artificial Intelligence
learning to programme and doing weird
questionable project.Check out my work.<br>
<a href="work.html"> <button class="button" type="button">My Work</button></a>
</p>
</center>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</body>
<footer id="bottom">
© CopyRight 2019 Ayush Ojha
</footer>
</html>