-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
91 lines (85 loc) · 4.41 KB
/
about.html
File metadata and controls
91 lines (85 loc) · 4.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="free game,gamebase,game base,free platform ,woc, iitism,IITISM,Tank ">
<meta name="author" content="Aman Kanojiya">
<title>About Us</title>
<link rel="icon" href="photos/logo.png">
<link rel="stylesheet" href="style/flip.css">
<link rel="stylesheet" href="style/about.css">
<link rel="stylesheet" href="style/loader.css">
</head>
<body>
<div class="preloader" id="preloader">
<div class="loader" id="loader"></div></div>
<div class="main" id="main">
<div class="about" id="about">
<h1 style="color: rgb(39, 39, 39);">About <span>Us</span></h1>
<div class="container">
<div class="card">
<div class="inner-box">
<div class="card-front" id="font-1">
<span class="span">Aman Kanojiya</span>
</div>
<div class="card-back" >
<p class="itsp">Full Stack Developed</p>
</div>
</div>
</div>
<div class="card">
<div class="inner-box">
<div class="card-front" id="font-2">
<span class="span">WOC</span>
</div>
<div class="card-back" >
<p class="itsp">HEAD</p>
</div>
</div>
</div>
<p class="p">I am a fresher at Indian institute of technology (ISM) Dhanbad, pursuing Environmental engineering. I have started my web designing journey 1 year ago when this pandemic was just stared. And want to continue this awesome journey through out my whole life. This opportunity to get selected in CyberLab for web development is like a dream for me, I want to learn much more then I learned till now, I want a mentor to show me path to my fantastic journey of web development. I am quite comfortable with python language and worked on other web development projects</p>
<p class="p">
Why Should I be selected?<br>
I am a lot exited to get selected in CyberLab for web development. It will be my pleasure to have mentors like you all and want to explore more about the trends and different things which can be developed using new things. I also have prior experience in web development as I worker for few projects with my friends <br>
Technology knowledge<br>
• I am familiarized with vs code and chrome<br>
• Know some languages like python, JavaScript etc...<br>
• Used GitHub from 1 year forked many projects and also participated in HacktOberFest
</p>
</div>
</div>
</div>
<div href="#" class="button" id="close_btn">Close</div>
<div class="copyright_text">
<p class="copy_text">
Copyright © 2021 All rights reserved | This template is made by <a href="#" target="_blank">Aman Kanojiya</a></p>
</div>
</body>
<!-- Insert these scripts at the bottom of the HTML, but before you use any Firebase services -->
<!-- Firebase App (the core Firebase SDK) is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/8.2.8/firebase-app.js"></script>
<!-- If you enabled Analytics in your project, add the Firebase SDK for Analytics -->
<script src="https://www.gstatic.com/firebasejs/8.2.8/firebase-analytics.js"></script>
<!-- Add Firebase products that you want to use -->
<script src="https://www.gstatic.com/firebasejs/8.2.8/firebase-auth.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.2.8/firebase-firestore.js"></script>
<script>
// Your web app's Firebase configuration
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
var firebaseConfig = {
apiKey: "AIzaSyBAxH0iNVGmQTxx0loEDchJEwrYi11geFY",
authDomain: "game-base-4203.firebaseapp.com",
projectId: "game-base-4203",
storageBucket: "game-base-4203.appspot.com",
messagingSenderId: "614367861461",
appId: "1:614367861461:web:1bf7c81c661a8632ffa05c",
measurementId: "G-FQ3C0PPKPQ"
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
firebase.analytics();
</script>
<script src="js/about.js"></script>
<script src="js/loader.js"></script>
</html>