-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmasksabout.html
More file actions
110 lines (102 loc) · 4.5 KB
/
masksabout.html
File metadata and controls
110 lines (102 loc) · 4.5 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
<!DOCTYPE>
<html>
<head>
<link rel="stylesheet" href="masksinc.css">
</head>
<style>
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
}
li {
float: left;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover {
background-color: #111;
}
.img104{display: block;
margin-left: auto;
margin-right: auto;
width: 20%;}
.center {
text-align: center;
border: 3px solid navy;
}
.img1 {
float: right;
}
.clearfix {
overflow: auto;
}
.img2 {
float: right;
}
</style>
<body>
<div class="codingimg"
<h1> Masks Coding</h1>
<img class="img104" src="https://files.slack.com/files-pri/TB45VSEGL-FBT1SN2GH/screen_shot_2018-07-19_at_9.50.30_am.png">
</div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="masksscratch.html">Scratch</a></li>
<li><a class="active" href="masksabout.html">About</a></li>
<li><a href="masksprojects.html">Projects</a></li>
</ul>
<p><h2 style="font-size:35px">- A little about the creators -</h2></p>
<div id="teal" class="clearfix">
<img class="img2" src="https://preview.ibb.co/mOEkid/IMG_5061.jpg" alt="Picture of Stephany" style="width:320px;height:426px">
<p2>Hello everyone, I'm Stephany Lopez. I'm a rising junior at East Palo Alto Academy.</p2>
<p2> I hope this website can come to great use to you.</p2>
<p2>I myself am new to coding and I can tell you that you will have a blast.</p2>
<p2>Don't give up if you get stuck, just keep trying and look for multiple solutions.</p2>
<p2>Do remember that there isn't only one solution to a problem. Be Curious Masks Coders. </p2>
</div>
<p2><br/></p2>
<div id="purple" class="clearfix">
<img class="img2" src="https://photos.smugmug.com/Katie/053118-Malia-by-K/i-k5DbVDg/0/1438b2dd/X2/DSC_5285-X2.jpg" alt="h0t malia pic" style="width:426.5px;height:284.5px">
<p2>Greetings fellow coders, I'm Malia Pedro.</p2>
<p2>I'm a rising Senior at Evergreen Valley High School in San Jose, California. </p2>
<p2>My goal for this website is to inspire people and interest them in coding. </p2>
<p2>I enjoyed learning how to code and working hard to improve my skills. </p2>
<p2>Hopefully this website will prove well, and show that our team prevailed in sparking your interest towards the coding life. </p2>
</div>
<p2><br/></p2>
<div id="teal" class="clearfix">
<img class="img2" src="https://files.slack.com/files-pri/TB45VSEGL-FBSPU9SMA/image.png" alt="Picture of Amrita" style="width:300px;height:380px">
<p2>Hello, I'm Amrita Menon. I am a rising junior at Cupertino High School. </p2>
<p2>My goal with this website is to introduce people to world of coding starting with the basics of scratch. </p2>
<p2>I hope this website will inspire you and start your spark to begin coding! </p2>
</div>
<p2><br/></p2>
<div id="purple" class="clearfix">
<img class="img2" src="https://files.slack.com/files-pri/TB45VSEGL-FBT1Z0W4S/portrait1.jpg" alt="Picture of kannekka" style="width:300px;height:400px">
<p2>Hello Everyone. I'm Kannekka Gurumurthy. I'm a rising Senior at Mountain View High School.</p2>
<p2>My objective for this website is for people to gain an interest in coding as well as learn the bascics of coding.</p2>
<p2>I enjoyed learning how to code and want to inspire those who want to learn how to code using the bascics of Scratch.</p2>
</div>
<p2><br/></p2>
<div id="teal" class="clearfix">
<img class="img2" src="https://files.slack.com/files-pri/TB45VSEGL-FBU37DUPR/image_from_ios.jpg" alt="An Awesome picture of Sandy Sanchez" style="width:318px;height:444px">
<p2>Hi! My name is Sandy and I am a rising junior at Homestead High School.</p2>
<p2>My objective for this website is to give others the chance to have a proper intoduction to coding.</p2>
<p2>So far we have the intro to Scratch down and we hope to be able to add more soon!</p2>
<p2>In case you didnt notice, I'm one of the coolestests people who worked on this website.</p2>
<img alt= "a gif with a cool guy doing finger guns" src=https://memegenerator.net/img/instances/80907007/cool-beans.jpg style="width:100px;height:90px;"/>
<p2>I hope this helps you be interested in bringing your thought into reality!</p2>
<p2>If not, just keep dabbing on them haters</p2>
<img alt= "a blob like person dabbing" src=https://i.pinimg.com/originals/62/4e/a2/624ea28c1021934a7d06f417a5f18fe6.gif style="width:100px;height:90px;"/>.
<p2>#bossAtLightSpeed</p2>
</div>
</body>
</html>