Skip to content

Commit 67ba20a

Browse files
author
Morgan Murrah
committed
Readme / Screenshot
1 parent cc1005d commit 67ba20a

File tree

3 files changed

+18
-19
lines changed

3 files changed

+18
-19
lines changed

mobilescreenshot-jeopardy.png

75 KB
Loading

public/index.html

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,14 @@
33

44
<head>
55
<meta charset="utf-8">
6-
76
<title>Jeopardy by Morgan Murrah</title>
8-
97
<meta name="Jeopardy by Morgan Murrah" content="Web Development Questions">
108
<meta name="Morgan Murrah" content="Web Development Questions">
11-
129
<meta name="viewport" content="width=device-width, initial-scale=1.0">
13-
1410
<!-- Bootstrap -->
1511
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
1612
<!-- Custom CSS -->
1713
<link rel="stylesheet" type="text/css" href="css/main.css">
18-
1914
<!--[if lt IE 9]>
2015
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
2116
<![endif]-->
@@ -26,9 +21,8 @@
2621
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
2722
About / Music Control
2823
</button>
29-
<a class="navbar-brand" href="#">Jeopardy *</a>
24+
<a class="navbar-brand" href="#">Jeopardy --</a>
3025
<a class="navbar-brand" href="https://github.com/airbr/WDI7-Jeopardy">Github</a>
31-
3226
</div>
3327
<div class="collapse navbar-collapse" id="myNavbar">
3428
<ul class="nav navbar-nav">

readme.md

+17-12
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,43 @@
1-
# [Live Hosting on Firebase](https://wdijeopardy.firebaseapp.com)
1+
## [Live Hosting on Firebase](https://wdijeopardy.firebaseapp.com)
22

3-
Quickstart from clone/download:
4-
--
5-
**From Terminal**
3+
*Get Started:*
4+
5+
**Terminal**
66

77
* 1. Clone Repository ``git clone https://github.com/airbr/WDI7-Jeopardy``
88
* 2. Change into the directory ``cd ./Project1-Jeopardy``
9-
* 3. Turn on Audio (Optional... but highly reccomended!)
9+
* 3. Turn on your audio (Optional... but highly reccomended!)
1010
* 4. Open index.html in your web browser ``open public/index.html``
1111
* 5. Enjoy!
1212

1313
**GUI**
1414

1515
* 1. Download ZIP
1616
* 2. Decompress folder
17-
* 3. Find and open ``public/index.html`` with a modern web browser as this simple game uses modern CSS GRID spec
17+
* 3. Find and open ``public/index.html``
1818
* 4. Enjoy!
1919

2020
--
2121
### WDI Jeopardy by Morgan Murrah - v2.0
2222

23-
This game was started as my earliest project wirh General Assembly Atlanta and was my first application of HTML, CSS, Javscript and JQuery. I am adding bits and pieces to it since then.
23+
This game started as one of my earliest projects and was my first application of HTML, CSS, Javscript and JQuery- also Project one from taking the web development immersive at General Assembly. I have been adding bits and pieces to it since then.
24+
25+
Most Recently I have
26+
27+
### Current version: V2.0:
2428

29+
This game has been GREATLY simplified/ a lot of refactoring of my horrible earlier code. The game now makes use of the new CSS Grid specification [which is not fully supported yet](http://caniuse.com/#feat=css-grid). Since its a simple game I figured its a great place to try this new shiny thing.
2530

26-
### 1.5 Screenshots:
31+
### Current Game:
32+
33+
![](mobilescreenshot-jeopardy.png)
34+
35+
### Older Screenshots:
2736

2837
![](wdi-jeopardy-v1.5-main.png)
2938
![](wdi-jeopardy-v1.5-modal.png)
3039

31-
### Current version: V2.0:
32-
33-
This game has been GREATLY simplified/ a lot of the junk cut out... and now it is in progress to becoming a a very basic Progressive Web App. !
3440

35-
It also makes use of the new CSS Grid specification, which entails some bleeding-edge problems with older browsers.
3641

3742
#### Future develoment:
3843

0 commit comments

Comments
 (0)