Skip to content

Commit 50766a9

Browse files
Elise WeiEliseWei
authored andcommitted
de-branding
1 parent a110ddc commit 50766a9

File tree

8 files changed

+6
-546
lines changed

8 files changed

+6
-546
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Intro to Web Concepts
22

3-
Slides and materials are hosted at [http://gdiphilly.github.io/intro-web-concepts/](http://gdiphilly.github.io/intro-web-concepts/).
3+
Slides and materials are hosted at [http://elisewei.github.io/intro-web-concepts/](http://elisewei.github.io/intro-web-concepts/).
44

55
## Course description
66

@@ -11,8 +11,6 @@ Tired of techies throwing around acronyms that make your head spin?
1111
If you are a complete beginner to coding and/or want to learn how to communicate better with your technical team/friends, this workshop is for you. In this class, we will walk through the fundamentals of web development in layman's terms. While we won't be writing code, we'll take you through various components of the web and how they work together.
1212

1313

14-
**Cost: $25**
15-
1614
**Course length: 2hrs**
1715

1816
### Prerequisites:
@@ -37,5 +35,5 @@ Topics include but are not limited to:
3735
- What language should you use and what are the differences?
3836
- What tools do you need to develop a web site?
3937
- Who does what on a typical web development team?
40-
- What are Web 2.0 and the Cloud?
38+
- What is the Cloud?
4139

css/reveal.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ body {
7777
z-index: 10;
7878
font-size: 35%;
7979
text-align:right;
80-
background-image: url(../css/images/pink-logo.png);
8180
background-repeat: no-repeat;
8281
background-size: auto 100%;
8382
font-family:;
@@ -504,6 +503,7 @@ body {
504503
display: block;
505504
z-index: 11;
506505
opacity: 1;
506+
padding-top: 15px;
507507
}
508508

509509
.reveal .slides>section {

css/theme/gdilight_new.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ body {
166166
z-index: 10;
167167
font-size: 35%;
168168
text-align:right;
169-
background-image: url(../images/pink-logo.png);
170169
background-repeat: no-repeat;
171170
background-size: auto 100%;
172171
}

index.html

Lines changed: 3 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
<head>
55
<meta charset="utf-8">
66

7-
<title>Intro to Web Concepts - Girl Develop It, Philadelphia</title>
7+
<title>Intro to Web Concepts</title>
88

9-
<meta name="description" content="Girl Develop It framework for easily creating beautiful presentations using HTML in GDI theme. Forked from Hakim El Hattab's reveal.js">
10-
<meta name="author" content="Girl Develop It">
9+
<meta name="description" content="" />
1110

1211
<meta name="apple-mobile-web-app-capable" content="yes" />
1312
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
@@ -22,7 +21,7 @@
2221
<!-- If use the PDF print sheet so students can print slides-->
2322

2423
<link rel="stylesheet" href="css/print/pdf.css" type="text/css" media="print">
25-
<link rel="icon" type="image/x-icon" href="favicon.ico" />
24+
<link rel="icon" type="image/x-icon" />
2625
<!--[if lt IE 9]>
2726
<script src="lib/js/html5shiv.js"></script>
2827
<![endif]-->
@@ -38,15 +37,12 @@
3837
<h3>Introduction to Web Concepts</h3>
3938
<p>or</p>
4039
<h4>What is that Web Developer talking about?</h4>
41-
<img src="images/gdi_logo_badge.png" alt="" width="400" />
4240
</section>
4341
<section>
4442
<h2>Welcome!</h2>
4543
<div class="left-align">
46-
<p>Girl Develop It is here to provide affordable and accessible programs to learn software through mentorship and hands-on instruction.</p>
4744
<p>Some "rules"</p>
4845
<ul>
49-
<li>We are here for you!</li>
5046
<li>Every question is important</li>
5147
<li>Help each other</li>
5248
<li>Have fun</li>
@@ -591,35 +587,6 @@ <h3>Summary</h3>
591587
</li>
592588
</ul>
593589
</section>
594-
<section>
595-
<h3>What next?</h3>
596-
<ol>
597-
<li><a href="http://www.meetup.com/Girl-Develop-It-Philadelphia/pages/Suggested_Course_Sequences/" target="_blank">Suggested class sequences</a></li>
598-
<li>Many students will take Intro to Programming Concepts or Intro to HTML/CSS next</li>
599-
<li>Write about your experience, and let us know!</li>
600-
</ol>
601-
</section>
602-
<section>
603-
<h3>Get Involved</h3>
604-
<ol>
605-
<li>Join Slack community</li>
606-
<li>Teaching assist</li>
607-
<li>Teach something</li>
608-
<li>Mentor or be mentored</li>
609-
</ol>
610-
<p><a href="http://www.meetup.com/Girl-Develop-It-Philadelphia/pages/Get_Involved/" target="_blank">All forms here</a></p>
611-
</section>
612-
<section>
613-
<h1>Questions?</h1>
614-
<aside class="notes">
615-
<ul>
616-
<li>Update this link for your survey</li>
617-
</ul>
618-
</aside>
619-
<br /><br />
620-
<h4>Survey</h4>
621-
<p><a href="http://bit.ly/gdi-phl-web-concepts" target="_blank">http://bit.ly/gdi-phl-web-concepts</a></p>
622-
</section>
623590
</div>
624591
<footer>
625592
<div class="copyright">

plugin/zoom-js/zoom.js

Lines changed: 0 additions & 251 deletions
This file was deleted.

quiz/reveal/css/reveal.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ body {
7777
z-index: 10;
7878
font-size: 35%;
7979
text-align:right;
80-
background-image: url(../css/images/pink-logo.png);
8180
background-repeat: no-repeat;
8281
background-size: auto 100%;
8382
font-family:;

0 commit comments

Comments
 (0)