Skip to content

Commit cd84bf0

Browse files
committed
finished basic build of vchs programming club site
1 parent 4a25769 commit cd84bf0

File tree

2 files changed

+31
-23
lines changed

2 files changed

+31
-23
lines changed

css/new-age.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,15 @@ footer {
297297
border-color: #fdcc52;
298298
background-color: #fdcc52; }
299299

300+
.btn-outline-dark {
301+
color: black;
302+
border: 2px solid;
303+
border-color: black; }
304+
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
305+
color: white;
306+
border-color: #fdcc52;
307+
background-color: #fdcc52; }
308+
300309
.btn {
301310
border-radius: 300px;
302311
font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';

index.html

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="description" content="">
99
<meta name="author" content="">
1010

11-
<title>New Age - Start Bootstrap Theme</title>
11+
<title>VCHS Programming Club</title>
1212

1313
<!-- Bootstrap core CSS -->
1414
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
@@ -33,18 +33,18 @@
3333
<!-- Navigation -->
3434
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
3535
<div class="container">
36-
<a class="navbar-brand js-scroll-trigger" href="#page-top">Start Bootstrap</a>
36+
<a class="navbar-brand js-scroll-trigger" href="#page-top">About</a>
3737
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
3838
Menu
3939
<i class="fa fa-bars"></i>
4040
</button>
4141
<div class="collapse navbar-collapse" id="navbarResponsive">
4242
<ul class="navbar-nav ml-auto">
4343
<li class="nav-item">
44-
<a class="nav-link js-scroll-trigger" href="#download">Download</a>
44+
<a class="nav-link js-scroll-trigger" href="#survey">Survey</a>
4545
</li>
4646
<li class="nav-item">
47-
<a class="nav-link js-scroll-trigger" href="#features">Features</a>
47+
<a class="nav-link js-scroll-trigger" href="#activities">Activities</a>
4848
</li>
4949
<li class="nav-item">
5050
<a class="nav-link js-scroll-trigger" href="#contact">Contact</a>
@@ -59,8 +59,8 @@
5959
<div class="row h-100">
6060
<div class="col-lg-7 my-auto">
6161
<div class="header-content mx-auto">
62-
<h1 class="mb-5">New Age is an app landing page that will help you beautifully showcase your new mobile app, or anything else!</h1>
63-
<a href="#download" class="btn btn-outline btn-xl js-scroll-trigger">Start Now for Free!</a>
62+
<h2 class="mb-5">Programming Club is a place for students to express their passion in computer science while collaborting with fellow coders. Students will learn how to build software applications as well as attend various programming events all over the bay area!</h2>
63+
<a href="https://github.com/vchscode/" class="btn btn-outline btn-xl js-scroll-trigger">Join our Github organization</a>
6464
</div>
6565
</div>
6666
<div class="col-lg-5 my-auto">
@@ -82,26 +82,25 @@ <h1 class="mb-5">New Age is an app landing page that will help you beautifully s
8282
</div>
8383
</header>
8484

85-
<section class="download bg-primary text-center" id="download">
85+
<section class="download bg-primary text-center" id="survey">
8686
<div class="container">
8787
<div class="row">
8888
<div class="col-md-8 mx-auto">
89-
<h2 class="section-heading">Discover what all the buzz is about!</h2>
90-
<p>Our app is available on any mobile device! Download now to get started!</p>
89+
<h3 class="section-heading">If you're new here, please take our Get to Know You survey!</h3>
90+
<p>Tell us what you would like to see or learn! We value your response!</p>
9191
<div class="badges">
92-
<a class="badge-link" href="#"><img src="img/google-play-badge.svg" alt=""></a>
93-
<a class="badge-link" href="#"><img src="img/app-store-badge.svg" alt=""></a>
92+
<a href="https://goo.gl/forms/kGvD1sHv5fx51Kr23" class="btn btn-outline-dark btn-xl js-scroll-trigger">Take Survey</a>
9493
</div>
9594
</div>
9695
</div>
9796
</div>
9897
</section>
9998

100-
<section class="features" id="features">
99+
<section class="features" id="activities">
101100
<div class="container">
102101
<div class="section-heading text-center">
103-
<h2>Unlimited Features, Unlimited Fun</h2>
104-
<p class="text-muted">Check out what you can do with this app theme!</p>
102+
<h2>Unlimited Activities, Unlimited Fun</h2>
103+
<p class="text-muted">Check out what you in programming club!</p>
105104
<hr>
106105
</div>
107106
<div class="row">
@@ -126,31 +125,31 @@ <h2>Unlimited Features, Unlimited Fun</h2>
126125
<div class="col-lg-6">
127126
<div class="feature-item">
128127
<i class="icon-screen-smartphone text-primary"></i>
129-
<h3>Device Mockups</h3>
130-
<p class="text-muted">Ready to use HTML/CSS device mockups, no Photoshop required!</p>
128+
<h3>Swift</h3>
129+
<p class="text-muted">Throughout the year, we will learn how to use swift to make ios apps!</p>
131130
</div>
132131
</div>
133132
<div class="col-lg-6">
134133
<div class="feature-item">
135134
<i class="icon-camera text-primary"></i>
136-
<h3>Flexible Use</h3>
137-
<p class="text-muted">Put an image, video, animation, or anything else in the screen!</p>
135+
<h3>Android Studio</h3>
136+
<p class="text-muted">And of course android studio for the android users!</p>
138137
</div>
139138
</div>
140139
</div>
141140
<div class="row">
142141
<div class="col-lg-6">
143142
<div class="feature-item">
144143
<i class="icon-present text-primary"></i>
145-
<h3>Free to Use</h3>
146-
<p class="text-muted">As always, this theme is free to download and use for any purpose!</p>
144+
<h3>Bake sales</h3>
145+
<p class="text-muted">As always, we will host our annual bake sale where you guys can buy tasty food</p>
147146
</div>
148147
</div>
149148
<div class="col-lg-6">
150149
<div class="feature-item">
151150
<i class="icon-lock-open text-primary"></i>
152-
<h3>Open Source</h3>
153-
<p class="text-muted">Since this theme is MIT licensed, you can use it commercially!</p>
151+
<h3>Hackathons</h3>
152+
<p class="text-muted">You guys will also get to participate in hackathons and competitions!</p>
154153
</div>
155154
</div>
156155
</div>
@@ -197,7 +196,7 @@ <h2>We
197196

198197
<footer>
199198
<div class="container">
200-
<p>&copy; 2017 Start Bootstrap. All Rights Reserved.</p>
199+
<p>&copy; 2017 VCHS Programming CLub. All Rights Reserved.</p>
201200
<ul class="list-inline">
202201
<li class="list-inline-item">
203202
<a href="#">Privacy</a>

0 commit comments

Comments
 (0)