-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
151 lines (119 loc) · 2.98 KB
/
index.html
File metadata and controls
151 lines (119 loc) · 2.98 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
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<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>Anicreate</title>
<script src="a.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.10.4/gsap.min.js" defer></script>
<script src="a.js" defer></script>
</head>
<body>
<div class="posinav">
<nav class="navi">
<a href="#" class="ahov">
Home
</a>
<a href="#" class="ahov">
About
</a>
<a href="#" class="ahov">
Projects
</a>
</nav>
</div>
<!-- this for for the hello there -->
<!-- <div class="hellot">
</div>
<div class="texmo">
<p>Hello there</p>
</div> -->
<!-- ignore ends -->
<!--
<center>
this is under development
<br>
created by aniket singh lol
</center> -->
<!-- text area for middle -->
<div class="textplacement">
<div class="bigtex">
<p class="bigtexcolor">
I'm
</p>
<p id="red">
Aniket
</p>
<p class="bigtexcolor">
Singh
</p>
</div>
<div class="smoltex">
<p class="bigtexcolor">
Hi there i am Aniket Singh an IT enthusiast who tries to do stuffs differently
</p>
</div>
<div class="button">
<a href="./contents/cv.txt" download="cv.txt">
<button id="battan">
DOWNLOAD CV
</button></a>
</div>
</div>
<!-- text area ends -->
<div class="quickinfo">
<div class="ytimg_1">
<img src="/contents/images/youtube.png" id="yuthuber">
</div>
<div class="bigtextyt">
<p>
Major Achievement
</p><br>
</div>
<div class="yttexbox1">
<center>
<h7 class="visibleh7"><b>TOTAL SUBSCRIBER'S</b></h7>
<h7 class="shorth7"><b>SUBSCRIBER'S</b></h7>
<p class="smolcount">10,100+</p>
</center>
</div>
<div class="yttexbox2">
<center>
<h7 class="visibleh7"><b>TOTAL VIEW'S</b></h7>
<h7 class="shorth7"><b>VIEW'S</b></h7>
<p class="smolcount">1,930,164 +</p>
</center>
</div>
</div>
<div class="myspecialty_1">
<div class="myspenigtex">
<center>
<h2>
My Speciality are
</h2>
<br>
<div class="box1">
<div class="box1img">
<img src="/contents/images/designer.svg" id="box1kaimg">
</div>
<div class="box1head">
<p>Designer skill's</p>
</div>
</div>
<br>
<div class="box2">
</div>
<br>
<div class="box3">
</div>
</center>
</div>
</div>
<div class="projects">
ada
</div>
<!-- skills section for real -->
</body>
</html>