Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Fixed typo in readme and added a line break #115

Open
wants to merge 37 commits into
base: gh-pages
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
ed5efc5
Update README.md
noneck Nov 16, 2013
c57b21f
Update index.html
noneck Nov 16, 2013
bd647d8
Update CNAME
Nov 16, 2013
ee5c5c2
Update CNAME
noneck Nov 16, 2013
bf0aceb
Update README.md
noneck Nov 16, 2013
08ec970
Update index.html
noneck Nov 16, 2013
82594c0
Hero Banner
Nov 16, 2013
c8adcda
cleaning up copy
noneck Nov 16, 2013
e40e6e8
Hero
Nov 16, 2013
e4de269
cleaning up contnet
noneck Nov 16, 2013
f00cad1
more text sex.
noneck Nov 16, 2013
6dabde6
cleaned up the text
noneck Nov 16, 2013
32e759d
more content jocking...
noneck Nov 16, 2013
3abf0ef
more monkey
noneck Nov 16, 2013
6cb805e
syncing chris' changes.
noneck Nov 16, 2013
86b94db
changing logo
noneck Nov 16, 2013
341a7a0
Incorperated chris' text
noneck Nov 16, 2013
7dcffc3
Merge branch 'gh-pages'
noneck Nov 16, 2013
32279be
Syncing Chris' backup css file
noneck Nov 17, 2013
4aabb5d
Adding project
noneck Nov 20, 2013
ac827c4
Update index.html
noneck Nov 21, 2013
3be1dd5
Update index.html
noneck Dec 9, 2013
524426d
Update index.html
Jan 14, 2014
6712b13
Update index.html
Jan 14, 2014
77896cf
Update CNAME
noneck Feb 10, 2014
00eec5c
Update CNAME
noneck Feb 10, 2014
45abba1
Update index.html
noneck Mar 3, 2014
bb6d92c
Update README.md
noneck Jan 13, 2015
f1ec8d3
Update README.md
noneck Jan 13, 2015
c94eada
Update index.html
noneck Jan 13, 2015
dce71fc
Update CNAME
noneck Jan 13, 2015
065ea27
added break and fixed typo in How To Code for this Repo
NancyKo Mar 16, 2015
b8b4c93
Update README.md
NancyKo Mar 16, 2015
181a583
Update README.md
NancyKo Mar 16, 2015
b9ab65b
Merge pull request #8 from NancyKo/master
seanluciotolentino Mar 16, 2015
decde2f
Landing Page reformatting
Apr 11, 2015
bd307b3
Merge pull request #9 from cawahe/landingpageformat
seanluciotolentino Apr 11, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Hero
Chris Whong committed Nov 16, 2013
commit e40e6e8b3a6c21538790cb364259b6868036089e
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -111,7 +111,7 @@
<div class="carousel slide">
<div class="carousel-inner">
<div class="item active">
<img src="images/hero1280.png">

<div class="container">
<div class="carousel-caption">
<h1>We are building a connected New York City by the people, for the people, for 21st Century.</h1>
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -63,7 +63,7 @@
/* Carousel base class */
.carousel {
margin-bottom: 60px;
background-image: url(./images/sunrise-top.jpg);
background-image: url(./images/hero1280.png);
background-size: cover;
}