-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathWhat_We_Do.html
More file actions
78 lines (34 loc) · 1.45 KB
/
What_We_Do.html
File metadata and controls
78 lines (34 loc) · 1.45 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Buble Application - What</title>
<link rel= 'stylesheet' href = "What_We_Do.css">
</head>
<body>
<script defer="defer" src="index.js"></script>
<div class="container_What_We_Do-page">
<section class= 'Nav'>
<nav class='Nav-header'>
<a href="Bubl_Index.html">WELCOME</a>
<a href="Who_R_We.html">WHO ARE WE</a>
<a href="What_We_Do.html">WHAT WE DO</a>
<a href="#">SIGN UP</a>
</nav>
</section>
<section class ='content'>
<section class= 'Top'>
<h1>What We Do</h1>
<h2>Connect like-minded students entering a new school environment.</h2>
</section>
<section class= 'Table'>
<div class='info-column'>Provide a safe, supervised social media platform for incoming middle schoolers</div>
<div class='info-column'>Help kids connect with others through shared interests and topics.</div>
<div class='info-column'>Establish a private platform for each individual school</div>
<div class='info-column'>Bring the most intuitive features to keep your student safe and happy.</div>
</section>
</section>
</div><!-- container -->
</body>
</html>