-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
124 lines (94 loc) · 4.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Qubit Studio- About</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Main css -->
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Lora|Merriweather:300,400" rel="stylesheet">
</head>
<body>
<!-- PRE LOADER -->
<div class="preloader">
<div class="sk-spinner sk-spinner-wordpress">
<span class="sk-inner-circle"></span>
</div>
</div>
<!-- Navigation section -->
<div class="navbar navbar-default navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
</button>
<a href="index.html" class="navbar-brand">Cubits</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
<!-- Home Section -->
<div class="about-container">
<div class="intro">
<h1>About Me</h1>
<p>I'm a 4th year CSE undergrad, IoT enthusiast, open source contributor, content creator, and I love making videos related to IoT, electronics, and CSE.</p>
<p>Currently, I'm exploring Three.js and blockchain. I also run a YouTube channel with over 500 subscribers.</p>
</div>
<div class="interests">
<h2>Interests</h2>
<ul>
<li>Playing Football</li>
<li>Hosting Esports Events</li>
<li>Engaging with People</li>
</ul>
</div>
<div class="contact">
<h2>Contact Me</h2>
<p>Feel free to contact me for anything!</p>
</div>
</div>
<!-- Footer Section -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-5 col-md-offset-1 col-sm-6">
<h3>Qubit</h3>
<p>Welcome to my website on quantum physics! I created this website to share my passion for this fascinating field and to make it more accessible to everyone.
Here, you can learn about the basics of quantum physics, explore its applications, and stay up-to-date on the latest research. I encourage you to contact me with any feedback or questions.
If you are new to quantum physics, start with the **Basics** section. Once you have a basic understanding, explore the other sections, such as **Applications** and **Research**. You can also find educational resources, such as articles, videos, and simulations.
I love to hear feedback! Please contact me with any suggestions.</p>
<div class="footer-copyright">
<p>Copyright © 2020 Quantum Studio</p>
</div>
</div>
<div class="col-md-4 col-md-offset-1 col-sm-6">
<h3>Talk to us</h3>
<p><i class="fa fa-globe"></i>New Delhi</p>
<p><i class="fa fa-save"></i>avionicharshit@gmail.com</p>
</div>
</div>
</div>
</footer>
<!-- Back top -->
<a href="#back-top" class="go-top"><i class="fa fa-angle-up"></i></a>
<!-- SCRIPTS -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.parallax.js"></script>
<script src="js/custom.js"></script>
</body>
</html>