-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.html
86 lines (81 loc) · 5.15 KB
/
aboutus.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>The Thrilling Chronicles of Thana</title>
<link rel="icon" type="image/png" href="https://cdn1.iconfinder.com/data/icons/halloween-party-outline-icons/100/24-512.png" sizes="32x32" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional Bootstrap theme -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" href="aboutus.css">
<link href="public/css/app.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Dancing+Script|Lato|Lobster|Old+Standard+TT" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="custom_script_1.js"></script>
<script src="custom_script_2.js"></script>
</head>
<nav class="navbar navbar-inverse navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Girls Who Code</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li><a href="game.html">Game</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="copyrights.html">Copyright</a></li>
</ul>
</div>
</div>
</nav>
<br>
<h1 class="text-center">ABOUT US</h1>
<br>
<div class="container">
<div class="row">
<div class="col-sm-3">
<div class="Karolina">
<img src="http://i63.tinypic.com/ftjvpc.png" border="0" alt="Image and video hosting by TinyPic">
<h3><strong><big>Karolina</h3></b></strong>
<br>
<h4><p class="vertical-text" align=left>"I am a rising senior at East Side High School. I wanted to learn coding because it relates to my field that I want to study: robotics, and science in general. I am passionate about science, so coding will strengthen my knowledge in science. Also, it will be great to merge coding with my future scientific field! I learned Python, CSS, Html, JavaScript, and Arduino C which definitely have widened my horizons about what I want to do for a living. Random fact: I love animals, and reading!"</p></h4>
<h4>Email: [email protected]</h4>
</div>
</div>
<div class="col-sm-3">
<div class="Katherine">
<img src="http://i68.tinypic.com/zo9h00.png" border="0" alt="Image and video hosting by TinyPic">
<h3><strong><big>Katherine</h3></b></strong>
<br>
<h4><p class="vertical-text" align=left>"I'm a rising junior at Saint Vincent Academy that is located in Newark, New Jersey. I love learning new things and coding was one of them ! This program has been really helpful and I learned many things from it. Also, the program really pushes women empowerment and that girls can code too! I recommend this program to every girl that has an interest in coding or just want to learn something new!" <br></br> Email: [email protected] </h4></p>
</div>
</div>
<div class="col-sm-3">
<div class="Jessica">
<img src="http://i65.tinypic.com/3522cmw.png" border="0" alt="Image and video hosting by TinyPic">
<h3><strong><big>Jessica</h3></b></strong>
<br>
<h4><p class="vertical-text" align=left>"I am a rising Junior at East Side High School. I've always been interested in having a career in engineering but due to not having experience I doubted myself of even being successful in this field.I joined Girls Who Code having no experience, now I am more then glad to say I am leaving this program with the knowledge of knowing how to code which will later on be helpful in my future career." <br></br>Email: [email protected]</h4></p>
</div>
</div>
<div class="col-sm-3">
<div class="Mirka">
<img src="http://i68.tinypic.com/25fhtlu.png" border="0" alt="Image and video hosting by TinyPic">
<h3><strong><big>Mirka</h3></b></strong>
<br>
<h4> <p class="vertical-text" align=left>"I am a rising junior at Payne Tech. I joined Girls Who Code because I was looking for something different for my summer. Previously, I had no experience whatsoever but during the 7 weeks I was able to pick up on new languages. My favorites languages would have to be HTML and Python. The program was a great experience and the best part was making new friendships!" <br></br>Email: [email protected]</h4></p>
</div>
</div>
</body>
</html>