-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
125 lines (118 loc) · 4.67 KB
/
about.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<html>
<head>
<title>About_ME</title>
<link rel="stylesheet" type="text/css" href="style2.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#333641">
</head>
<body>
<header>
<a href="ktj/index.html" class="logo">D_V@16</a>
<ul>
<li><a href="index.html" >Home</a></li>
<li><a href="#" class="active">About</a></li>
<li><a href="work.html">Work</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</header>
<section class="sec" id="sec">
<p>
Well I am Shivesh Chaturvedi. A first year Aerospace Engineering students at IIT Kharagpur. And this is my first project under Web Development.<br>
The journey which i have followed has taught me many things. From my childhood i was interested in electronics and computer stuffs. And after my highschool i have tried many things in my life, and learnt a lot. Specially now i know what I am good at, and what is beyond my scope.<br>
I beleive that best way of learning is through experiments.
</p>
</section>
<div class="skills" id="skills">
<h1>My Skills</h1>
<div class="container">
<div class="card">
<div class="box">
<div class="percent">
<svg>
<circle cx="70" cy="70" r="70"></circle>
<circle cx="70" cy="70" r="70"></circle>
</svg>
<div class="number">
<h2>70<span>%</span></h2>
</div>
</div>
<h2 class="text">Html</h2>
</div>
</div>
<div class="card">
<div class="box">
<div class="percent">
<svg>
<circle cx="70" cy="70" r="70"></circle>
<circle cx="70" cy="70" r="70"></circle>
</svg>
<div class="number">
<h2>55<span>%</span></h2>
</div>
</div>
<h2 class="text">CSS</h2>
</div>
</div>
<div class="card">
<div class="box">
<div class="percent">
<svg>
<circle cx="70" cy="70" r="70"></circle>
<circle cx="70" cy="70" r="70"></circle>
</svg>
<div class="number">
<h2>30<span>%</span></h2>
</div>
</div>
<h2 class="text">Javascript</h2>
</div>
</div>
<div class="card">
<div class="box">
<div class="percent">
<svg>
<circle cx="70" cy="70" r="70"></circle>
<circle cx="70" cy="70" r="70"></circle>
</svg>
<div class="number">
<h2>75<span>%</span></h2>
</div>
</div>
<h2 class="text">C</h2>
</div>
</div>
<div class="card">
<div class="box">
<div class="percent">
<svg>
<circle cx="70" cy="70" r="70"></circle>
<circle cx="70" cy="70" r="70"></circle>
</svg>
<div class="number">
<h2>60<span>%</span></h2>
</div>
</div>
<h2 class="text">C++</h2>
</div>
</div>
<div class="card">
<div class="box">
<div class="percent">
<svg>
<circle cx="70" cy="70" r="70"></circle>
<circle cx="70" cy="70" r="70"></circle>
</svg>
<div class="number">
<h2>40<span>%</span></h2>
</div>
</div>
<h2 class="text">Python</h2>
</div>
</div>
</div>
</div>
<br>
<br>
<br><br><br>
</body>
</html>