-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout dev.html
52 lines (50 loc) · 2.63 KB
/
About dev.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
<html>
<head>
<title>Quantum Computing | About the dev</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Averia+Sans+Libre:wght@300&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<link rel="shortcut icon" href="Shortcut.png">
<meta name="title" content="Quantum Computing | About Developer | Manyata Pawagi">
<meta name="description"
content="Get to know all you need to for a startup at quantum computing. Work in progress.">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
</head>
<body onload="onloadFunction()">
<div id="container">
<div id="loader"></div>
</div>
<div id="Bar">
<h3 align="left" style="font-family: 'Amatic SC'; color: beige;">Quantum Computing!</h3>
<a href="index.html">Back home</a>
</div>
<div id="home" style="height: 40vh;">
</div>
<div id="dev">
<h2>About developer</h2>
<p>Hi! My name is Manyata. I am a seventh grader with a passion of coding and computing. I recently did a summer
school and learnt quantum comptuting there. I realised that <b><i>"quantum computing gives kids the courage
to give their innvovative minds wings and solve various problems".</i></b> So, I decided to make a website to
share you all what I learnt!</p>
<img src="Manyata Pawagi.jpeg">
</div> <br> <br>
<div id="contact">
<a href="http://manyata.pawagi.com/">Blog</a>
<a href="mailto:manyatapawagi@gmail.com">Mail</a>
</div>
</body>
<script src="script.js">
</script>
</html>