-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhtml_demo_with_bootstrap.html
37 lines (32 loc) · 1.57 KB
/
html_demo_with_bootstrap.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<h1> CHS Code For Change </h1>
<h3> Innovate. Educate. Serve. </h4>
<p> CHS Code For Change is a club at Carmel High School in Carmel, Indiana.
Our goal is to employ the programming talent at our school to work on innovative coding projects that benefit the community and local organizations,
while also developing skills that will help students in the future. </p>
<h4> Member Benefits: </h4>
<ul>
<li> Learn industry level skills </li>
<li> Develop teamwork and collaboration skills specific to programming </li>
<li> Work directly with local organizations and learn how to communicate professionally </li>
<li> Earn service hours </li>
<li> Make a difference in the community </li>
<li> Work on projects that you are interested in </li>
<li> Impress college admissions staff and potential employers </li>
</ul>
<p> View our Github <a href="https://github.com/CHSCodeForChange">here</a></p>
<img src="https://chscodeforchange.files.wordpress.com/2017/10/cropped-cool-colors.jpg?w=600" alt="logo" width="200" height="200">
</div>
</body>
</html>