diff --git a/all-questions.css b/all-questions.css
new file mode 100644
index 0000000..dad7092
--- /dev/null
+++ b/all-questions.css
@@ -0,0 +1,141 @@
+.all-content{
+ margin:2%;
+}
+a{
+ color:black;
+}
+.page-header>h2{
+ display:inline;
+ position:relative;
+ margin-bottom:10px;
+}
+
+#stats-header{
+ color:grey;
+ font-size:12px;
+ float:right;
+ display:inline;
+ margin-bottom:0px;
+ text-align:right;
+ /*position:absolute;
+ top:18%;*/
+ right:2.5%;
+}
+#stats-header>span{
+ padding-top:12px;
+ margin-left:12px;
+}
+
+.question-item-overview{
+ padding-bottom:2%;
+ padding-top:2%;
+ border-bottom:1px solid lightgrey;
+}
+.all-content .container {
+ width:auto;
+ padding-left: 0px;
+ padding-right: 0px;
+}
+
+.side-info{
+ margin-top:7.5%;
+ /*margin-bottom: 20px;
+ margin-left:20px;*/
+}
+@media (max-width:767px){
+ .side-info{
+ margin-top:15%;
+ }
+}
+@media (max-width:455px){
+ #stats-header{
+ display:none;
+ }
+}
+@media (max-width:656px){
+ #stats-header{
+ top:11%;
+ }
+ .question-stats{
+ float:none!important;
+ }
+}
+
+input.form-control.search{
+ border:1px, solid;
+ border-radius:6px !important;
+ padding:6%;
+
+}
+
+.tag-list > span, .tags>span{
+ border-style:solid;
+ border-width:1px;
+ border-radius:5px;
+ color:grey;
+ font-family: 'Source Sans Pro', sans-serif;
+ padding-left:1.5%;
+ padding-right: 1.5%;
+}
+.tag-list >br{
+ margin-bottom:3%;
+}
+
+.input-group-btn{
+ position:relative;
+ left: -20px;
+ border:none;
+}
+
+.asker-details,.tags{
+ display:inline;
+}
+.relative-time,.tags{
+ color:grey;
+ margin-left:12px;
+}
+.tags>span{
+ margin-right:5px;
+}
+
+.question-stats{
+ float:right;
+ vertical-align:top;
+ margin-left:10px;
+}
+
+.votes,.answers,.views{
+ display:inline-block;
+ min-width: 38px;
+ text-align: center;
+ color:white;
+ font-family: 'Source Sans Pro', sans-serif;
+ margin-left: 5px;
+ background:lightgrey;
+ padding-top:12px;
+ padding-bottom:0px;
+ padding-left: 2px;
+ padding-right:2px;
+ border-radius:50%;
+ width:65px;
+ height:65px;
+}
+.desc{
+ font-size: 12px;
+}
+.views{
+ background:black;
+}
+.counts{
+ font-weight: bold;
+ font-size:16px;
+}
+.summary{
+ width:60%;
+ float:left;
+}
+
+.summary >h3{
+ margin-top:0px;
+}
+
diff --git a/css/all-questions.css b/css/all-questions.css
new file mode 100644
index 0000000..dad7092
--- /dev/null
+++ b/css/all-questions.css
@@ -0,0 +1,141 @@
+.all-content{
+ margin:2%;
+}
+a{
+ color:black;
+}
+.page-header>h2{
+ display:inline;
+ position:relative;
+ margin-bottom:10px;
+}
+
+#stats-header{
+ color:grey;
+ font-size:12px;
+ float:right;
+ display:inline;
+ margin-bottom:0px;
+ text-align:right;
+ /*position:absolute;
+ top:18%;*/
+ right:2.5%;
+}
+#stats-header>span{
+ padding-top:12px;
+ margin-left:12px;
+}
+
+.question-item-overview{
+ padding-bottom:2%;
+ padding-top:2%;
+ border-bottom:1px solid lightgrey;
+}
+.all-content .container {
+ width:auto;
+ padding-left: 0px;
+ padding-right: 0px;
+}
+
+.side-info{
+ margin-top:7.5%;
+ /*margin-bottom: 20px;
+ margin-left:20px;*/
+}
+@media (max-width:767px){
+ .side-info{
+ margin-top:15%;
+ }
+}
+@media (max-width:455px){
+ #stats-header{
+ display:none;
+ }
+}
+@media (max-width:656px){
+ #stats-header{
+ top:11%;
+ }
+ .question-stats{
+ float:none!important;
+ }
+}
+
+input.form-control.search{
+ border:1px, solid;
+ border-radius:6px !important;
+ padding:6%;
+
+}
+
+.tag-list > span, .tags>span{
+ border-style:solid;
+ border-width:1px;
+ border-radius:5px;
+ color:grey;
+ font-family: 'Source Sans Pro', sans-serif;
+ padding-left:1.5%;
+ padding-right: 1.5%;
+}
+.tag-list >br{
+ margin-bottom:3%;
+}
+
+.input-group-btn{
+ position:relative;
+ left: -20px;
+ border:none;
+}
+
+.asker-details,.tags{
+ display:inline;
+}
+.relative-time,.tags{
+ color:grey;
+ margin-left:12px;
+}
+.tags>span{
+ margin-right:5px;
+}
+
+.question-stats{
+ float:right;
+ vertical-align:top;
+ margin-left:10px;
+}
+
+.votes,.answers,.views{
+ display:inline-block;
+ min-width: 38px;
+ text-align: center;
+ color:white;
+ font-family: 'Source Sans Pro', sans-serif;
+ margin-left: 5px;
+ background:lightgrey;
+ padding-top:12px;
+ padding-bottom:0px;
+ padding-left: 2px;
+ padding-right:2px;
+ border-radius:50%;
+ width:65px;
+ height:65px;
+}
+.desc{
+ font-size: 12px;
+}
+.views{
+ background:black;
+}
+.counts{
+ font-weight: bold;
+ font-size:16px;
+}
+.summary{
+ width:60%;
+ float:left;
+}
+
+.summary >h3{
+ margin-top:0px;
+}
+
diff --git a/css/navbar_style.css b/css/navbar_style.css
index bdf9cb9..2c42857 100644
--- a/css/navbar_style.css
+++ b/css/navbar_style.css
@@ -46,7 +46,42 @@ width:100%;
}
#centre-shift{
- padding: 0% 8% 0% 13%;
+ padding: 0% 5% 0% 0%;
+}
+#centre-shift > .navbar-right{
+ float:none;
+ padding-right: :6%;
+}
+#centre-shift > .navbar-left{
+ padding-left:5%;
+}
+@media (max-width:767px){
+ #smaller-nav *, #centre-shift *{
+ display:inline-block;
+ }
+
+ #smaller-nav,#centre-shift{
+ padding-left:8%;
+ }
+ #bigger-nav{
+ padding:0%;
+ }
+ .navbar-left, #centre-shift > .navbar-right{
+ float:left;
+ }
+ .navbar-right, #centre-shift > .navbar-right {
+ float:right;
+ }
+ #centre-shift{
+ padding: 0% 5% 0% 8%;
+
+ }
+
+}
+@media(max-width: 991px){
+ #centre-shift{
+ width:100%;
+ }
}
img{
float:left;
diff --git a/images/search-icon.png b/images/search-icon.png
new file mode 100644
index 0000000..042c574
Binary files /dev/null and b/images/search-icon.png differ
diff --git a/index.html b/index.html
index a279e61..2ccba8c 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,9 @@
-
+
+
+
diff --git a/navbar_style.css b/navbar_style.css
new file mode 100644
index 0000000..2c42857
--- /dev/null
+++ b/navbar_style.css
@@ -0,0 +1,89 @@
+#navbar-main{
+margin:none;
+padding-left: 0%;
+padding-right:0%;
+width:100%;
+}
+
+.navbar-custom{
+ border: none;
+ margin-bottom: 0%;
+}
+
+.container-for-nav{
+ padding-left: 0%;
+ padding-right: 0%;
+ margin-left:0%;
+ margin-right:0%;
+ width:100%;
+}
+#smaller-nav{
+ background-color:#303030;
+ border-radius:none;
+ width:100%;
+ padding-right: 5%;
+ padding-left: 3%;
+ margin-right: 0%;
+ margin-left:0%;
+ height:0% !important;
+}
+#bigger-nav{
+ width:100%;
+ margin-right: 0%;
+ margin-left:0%;
+ padding:none;
+ padding-top: 2.7%;
+ padding-bottom: 2%;
+ padding-left: 2%;
+ padding-right:2%;
+}
+
+.navbar-default .navbar-nav > li > a {
+ color:white;
+}
+.navbar-default .navbar-nav > li > a:hover{
+ color:white;
+}
+
+#centre-shift{
+ padding: 0% 5% 0% 0%;
+}
+#centre-shift > .navbar-right{
+ float:none;
+ padding-right: :6%;
+}
+#centre-shift > .navbar-left{
+ padding-left:5%;
+}
+@media (max-width:767px){
+ #smaller-nav *, #centre-shift *{
+ display:inline-block;
+ }
+
+ #smaller-nav,#centre-shift{
+ padding-left:8%;
+ }
+ #bigger-nav{
+ padding:0%;
+ }
+ .navbar-left, #centre-shift > .navbar-right{
+ float:left;
+ }
+ .navbar-right, #centre-shift > .navbar-right {
+ float:right;
+ }
+ #centre-shift{
+ padding: 0% 5% 0% 8%;
+
+ }
+
+}
+@media(max-width: 991px){
+ #centre-shift{
+ width:100%;
+ }
+}
+img{
+ float:left;
+ margin-right: 15%;
+}
\ No newline at end of file
diff --git a/npm-debug.log b/npm-debug.log
deleted file mode 100644
index 38232a1..0000000
--- a/npm-debug.log
+++ /dev/null
@@ -1,178 +0,0 @@
-0 info it worked if it ends with ok
-1 verbose cli [ 'node', '/usr/local/bin/npm', 'install', '-g', 'http-server' ]
-2 info using npm@2.5.1
-3 info using node@v0.12.0
-4 silly cache add args [ 'http-server', null ]
-5 verbose cache add spec http-server
-6 silly cache add parsed spec { raw: 'http-server',
-6 silly cache add scope: null,
-6 silly cache add name: 'http-server',
-6 silly cache add rawSpec: '',
-6 silly cache add spec: '*',
-6 silly cache add type: 'range' }
-7 verbose addNamed http-server@*
-8 silly addNamed semver.valid null
-9 silly addNamed semver.validRange *
-10 silly addNameRange { name: 'http-server', range: '*', hasData: false }
-11 silly mapToRegistry name http-server
-12 silly mapToRegistry using default registry
-13 silly mapToRegistry registry https://registry.npmjs.org/
-14 silly mapToRegistry uri https://registry.npmjs.org/http-server
-15 verbose addNameRange registry:https://registry.npmjs.org/http-server not in flight; fetching
-16 verbose request uri https://registry.npmjs.org/http-server
-17 verbose request no auth needed
-18 info attempt registry request try #1 at 3:36:30 PM
-19 verbose request id 5102ebd08628fc8c
-20 verbose etag "7JZTAC17V9JUOIW1YE7VG2JD2"
-21 http request GET https://registry.npmjs.org/http-server
-22 http 304 https://registry.npmjs.org/http-server
-23 silly get cb [ 304,
-23 silly get { date: 'Sat, 28 Feb 2015 20:36:29 GMT',
-23 silly get server: 'Apache',
-23 silly get via: '1.1 varnish',
-23 silly get 'last-modified': 'Sat, 28 Feb 2015 20:36:29 GMT',
-23 silly get 'cache-control': 'max-age=60',
-23 silly get etag: '"7JZTAC17V9JUOIW1YE7VG2JD2"',
-23 silly get age: '0',
-23 silly get 'x-served-by': 'cache-jfk1021-JFK',
-23 silly get 'x-cache': 'HIT',
-23 silly get 'x-cache-hits': '1',
-23 silly get 'x-timer': 'S1425155789.932413,VS0,VE13',
-23 silly get vary: 'Accept',
-23 silly get 'content-length': '0',
-23 silly get 'keep-alive': 'timeout=10, max=50',
-23 silly get connection: 'Keep-Alive' } ]
-24 verbose etag https://registry.npmjs.org/http-server from cache
-25 verbose get saving http-server to /Users/oluwaseunmakinde/.npm/registry.npmjs.org/http-server/.cache.json
-26 silly addNameRange number 2 { name: 'http-server', range: '*', hasData: true }
-27 silly addNameRange versions [ 'http-server',
-27 silly addNameRange [ '0.1.0',
-27 silly addNameRange '0.1.1',
-27 silly addNameRange '0.1.3',
-27 silly addNameRange '0.2.1',
-27 silly addNameRange '0.2.2',
-27 silly addNameRange '0.2.3',
-27 silly addNameRange '0.2.4',
-27 silly addNameRange '0.2.5',
-27 silly addNameRange '0.2.6',
-27 silly addNameRange '0.2.9',
-27 silly addNameRange '0.3.0',
-27 silly addNameRange '0.4.0',
-27 silly addNameRange '0.4.1',
-27 silly addNameRange '0.5.0',
-27 silly addNameRange '0.5.1',
-27 silly addNameRange '0.5.2',
-27 silly addNameRange '0.5.3',
-27 silly addNameRange '0.5.5',
-27 silly addNameRange '0.6.0',
-27 silly addNameRange '0.6.1',
-27 silly addNameRange '0.7.0',
-27 silly addNameRange '0.7.1',
-27 silly addNameRange '0.7.2',
-27 silly addNameRange '0.7.3',
-27 silly addNameRange '0.7.4',
-27 silly addNameRange '0.7.5' ] ]
-28 verbose addNamed http-server@0.7.5
-29 silly addNamed semver.valid 0.7.5
-30 silly addNamed semver.validRange 0.7.5
-31 silly cache afterAdd http-server@0.7.5
-32 verbose afterAdd /Users/oluwaseunmakinde/.npm/http-server/0.7.5/package/package.json not in flight; writing
-33 verbose afterAdd /Users/oluwaseunmakinde/.npm/http-server/0.7.5/package/package.json written
-34 silly install resolved [ { name: 'http-server',
-34 silly install resolved version: '0.7.5',
-34 silly install resolved description: 'a simple zero-configuration command-line http server',
-34 silly install resolved main: './lib/http-server',
-34 silly install resolved repository:
-34 silly install resolved { type: 'git',
-34 silly install resolved url: 'git://github.com/nodeapps/http-server.git' },
-34 silly install resolved keywords: [ 'cli', 'command' ],
-34 silly install resolved scripts:
-34 silly install resolved { start: 'node ./bin/http-server',
-34 silly install resolved pretest: 'stylezero bin/ lib/ test',
-34 silly install resolved test: 'vows --spec --isolate' },
-34 silly install resolved contributors:
-34 silly install resolved [ [Object],
-34 silly install resolved [Object],
-34 silly install resolved [Object],
-34 silly install resolved [Object],
-34 silly install resolved [Object],
-34 silly install resolved [Object],
-34 silly install resolved [Object],
-34 silly install resolved [Object],
-34 silly install resolved [Object],
-34 silly install resolved [Object] ],
-34 silly install resolved dependencies:
-34 silly install resolved { colors: '1.0.3',
-34 silly install resolved optimist: '0.6.x',
-34 silly install resolved union: '~0.4.3',
-34 silly install resolved ecstatic: '~0.6.0',
-34 silly install resolved portfinder: '0.2.x',
-34 silly install resolved opener: '~1.4.0' },
-34 silly install resolved devDependencies: { vows: '0.7.x', request: '2.49.x', stylezero: '2.1.1' },
-34 silly install resolved bugs: { url: 'https://github.com/nodeapps/http-server/issues' },
-34 silly install resolved licenses: [ [Object] ],
-34 silly install resolved analyze: false,
-34 silly install resolved preferGlobal: 'true',
-34 silly install resolved bin: { 'http-server': './bin/http-server', hs: './bin/http-server' },
-34 silly install resolved gitHead: '120daa2b1bbca84bf1474bd757e147d95fdab3ed',
-34 silly install resolved homepage: 'https://github.com/nodeapps/http-server',
-34 silly install resolved _id: 'http-server@0.7.5',
-34 silly install resolved _shasum: 'b18bd1d838e78c30be8cf382e9342ebdd17a9fc3',
-34 silly install resolved _from: 'http-server@*',
-34 silly install resolved _npmVersion: '2.2.0',
-34 silly install resolved _nodeVersion: '0.10.33',
-34 silly install resolved _npmUser: { name: 'indexzero', email: 'charlie.robbins@gmail.com' },
-34 silly install resolved maintainers: [ [Object] ],
-34 silly install resolved dist:
-34 silly install resolved { shasum: 'b18bd1d838e78c30be8cf382e9342ebdd17a9fc3',
-34 silly install resolved tarball: 'http://registry.npmjs.org/http-server/-/http-server-0.7.5.tgz' },
-34 silly install resolved directories: {},
-34 silly install resolved _resolved: 'https://registry.npmjs.org/http-server/-/http-server-0.7.5.tgz',
-34 silly install resolved readme: 'ERROR: No README data found!' } ]
-35 info install http-server@0.7.5 into /usr/local/lib
-36 info installOne http-server@0.7.5
-37 verbose installOne of http-server to /usr/local/lib not in flight; installing
-38 verbose lock using /Users/oluwaseunmakinde/.npm/_locks/http-server-ae30c9ae1f4c5eaa.lock for /usr/local/lib/node_modules/http-server
-39 silly install write writing http-server 0.7.5 to /usr/local/lib/node_modules/http-server
-40 silly cache addNamed cb http-server@0.7.5
-41 verbose unbuild lib/node_modules/http-server
-42 verbose gentlyRm vacuuming /usr/local/lib/node_modules/http-server
-43 verbose tar unpack /Users/oluwaseunmakinde/.npm/http-server/0.7.5/package.tgz
-44 verbose tar unpacking to /usr/local/lib/node_modules/http-server
-45 verbose gentlyRm vacuuming /usr/local/lib/node_modules/http-server
-46 silly gunzTarPerm modes [ '755', '644' ]
-47 error tar.unpack untar error /Users/oluwaseunmakinde/.npm/http-server/0.7.5/package.tgz
-48 verbose unlock done using /Users/oluwaseunmakinde/.npm/_locks/http-server-ae30c9ae1f4c5eaa.lock for /usr/local/lib/node_modules/http-server
-49 verbose fstream_path /usr/local/lib/node_modules/http-server
-50 verbose fstream_type Directory
-51 verbose fstream_class DirWriter
-52 verbose stack Error: EACCES, mkdir '/usr/local/lib/node_modules/http-server'
-52 verbose stack at Error (native)
-53 verbose fstream_stack /usr/local/lib/node_modules/npm/node_modules/fstream/lib/dir-writer.js:36:23
-53 verbose fstream_stack /usr/local/lib/node_modules/npm/node_modules/mkdirp/index.js:46:53
-53 verbose fstream_stack FSReqWrap.oncomplete (fs.js:99:15)
-54 verbose cwd /Users/oluwaseunmakinde/WaterlooAnswersAngular
-55 error Darwin 13.4.0
-56 error argv "node" "/usr/local/bin/npm" "install" "-g" "http-server"
-57 error node v0.12.0
-58 error npm v2.5.1
-59 error path /usr/local/lib/node_modules/http-server
-60 error code EACCES
-61 error errno -13
-62 error Error: EACCES, mkdir '/usr/local/lib/node_modules/http-server'
-62 error at Error (native)
-62 error { [Error: EACCES, mkdir '/usr/local/lib/node_modules/http-server']
-62 error errno: -13,
-62 error code: 'EACCES',
-62 error path: '/usr/local/lib/node_modules/http-server',
-62 error fstream_type: 'Directory',
-62 error fstream_path: '/usr/local/lib/node_modules/http-server',
-62 error fstream_class: 'DirWriter',
-62 error fstream_stack:
-62 error [ '/usr/local/lib/node_modules/npm/node_modules/fstream/lib/dir-writer.js:36:23',
-62 error '/usr/local/lib/node_modules/npm/node_modules/mkdirp/index.js:46:53',
-62 error 'FSReqWrap.oncomplete (fs.js:99:15)' ] }
-63 error Please try running this command again as root/Administrator.
-64 verbose exit [ -13, true ]
-65 verbose unbuild lib/node_modules/http-server
-66 verbose gentlyRm vacuuming /usr/local/lib/node_modules/http-server
diff --git a/questions.html b/questions.html
index b13b457..afdbc64 100644
--- a/questions.html
+++ b/questions.html
@@ -1,33 +1,80 @@
-
-
-
-
-
-
-
-
- {{question.numAnswers + " answer" + (question.numAnswers==1 ? "" : "s")}}
- {{question.name}}
-
- {{question.description}}
-
-
- Asked by
{{question.askerName}} in
{{question.category}}
-
{{question.timeAsked | timeAgo}}
+
+
+
+
+
+
+
+
+
+
+ ECE 124
+ circuits
+
+
+
-
-
+
+
+
+
+
+
+ Waterloo Answers is a peer-to-peer forum forum dedicated to helping university students by answering any questions they might have about courses, finances, residence and more.
+
+ Before posting a question, please view the guidelines , and search for the question.
+
+
+
\ No newline at end of file