-
Welcome!
-
);
diff --git a/front-end/public/images/blurry_classroom.png b/front-end/public/images/blurry_classroom.png
new file mode 100644
index 0000000..d6aa245
Binary files /dev/null and b/front-end/public/images/blurry_classroom.png differ
diff --git a/front-end/public/images/detention_slip2.png b/front-end/public/images/detention_slip2.png
new file mode 100644
index 0000000..1bb6997
Binary files /dev/null and b/front-end/public/images/detention_slip2.png differ
diff --git a/front-end/public/images/yuumi_txtbox.png b/front-end/public/images/yuumi_txtbox.png
new file mode 100644
index 0000000..c4f5240
Binary files /dev/null and b/front-end/public/images/yuumi_txtbox.png differ
diff --git a/front-end/styles/button.css b/front-end/styles/button.css
index ab72f4d..6b6dc1b 100644
--- a/front-end/styles/button.css
+++ b/front-end/styles/button.css
@@ -1,5 +1,7 @@
.magical-button {
- position: relative;
+ position: absolute;
+ right: 18%;
+ bottom: 13%;
padding: 12px 28px;
font-size: 18px;
font-weight: 600;
diff --git a/front-end/styles/detentionslip.css b/front-end/styles/detentionslip.css
new file mode 100644
index 0000000..d154402
--- /dev/null
+++ b/front-end/styles/detentionslip.css
@@ -0,0 +1,30 @@
+.slip-container {
+ width: 650px;
+ background: linear-gradient(#1a1a1a, #2b2b2b);
+ padding: 30px;
+ border: 6px solid #caa64c;
+ font-family: "Cinzel", serif;
+ color: #e7d18c;
+}
+
+.label-row {
+ margin: 12px 0;
+ font-size: 18px;
+}
+
+.lol-input {
+ background: transparent;
+ border: none;
+ border-bottom: 2px solid #caa64c;
+ color: #caa64c;
+ font-family: "Cinzel", serif;
+ font-size: 18px;
+ width: 250px;
+ outline: none;
+ padding: 3px;
+}
+
+.lol-input::placeholder {
+ color: #b9964d;
+ opacity: 0.7;
+}
\ No newline at end of file
diff --git a/front-end/styles/index.css b/front-end/styles/index.css
new file mode 100644
index 0000000..c90c681
--- /dev/null
+++ b/front-end/styles/index.css
@@ -0,0 +1,82 @@
+.background_full{
+ position: absolute;
+ left: 0;
+ top: 0;
+ width: 100%;
+ height: 100%;
+ background-size: cover;
+ background-repeat: no-repeat;
+ background-position: center;
+ z-index: 0;
+ background-image: url("/images/blurry_classroom.png") !important;
+ background-color: var(--color-primary);
+ background-position: center -100px;
+}
+
+.detention_card{
+ position: relative;
+ width: 910px;
+ height: 700px;
+ background-image: url("/images/detention_slip2.png") !important;
+ background-position: center 50%;
+}
+
+.riotID_box{
+ position: absolute;
+ z-index: 10;
+ top: 22.5%;
+ left: 19%;
+ width: 38%;
+ height: 4%;
+ color: white;
+ background-color: rgb(54, 51, 51);
+ border: solid #8b7355;
+ border-radius: 5px;
+ padding-left: 0.5rem;
+}
+
+.riotID_box::placeholder{
+ color: lightgrey;
+ opacity: 70%;
+}
+
+.tagline_box{
+ position: absolute;
+ z-index: 10;
+ top: 22.5%;
+ left: 73%;
+ width: 15%;
+ height: 4%;
+ color: white;
+ background-color: rgb(54, 51, 51);
+ border: solid #8b7355;
+ border-radius: 5px;
+ padding-left: 0.5rem;
+}
+
+.tagline_box::placeholder{
+ color: lightgrey;
+ opacity: 70%;
+}
+
+.num_games_analyzed_box{
+ position: absolute;
+ z-index: 10;
+ top: 54%;
+ left: 81%;
+ width: 8%;
+ height: 4%;
+ color: white;
+ background-color: rgb(54, 51, 51);
+ border: solid #8b7355;
+ border-radius: 5px;
+ padding-left: 0.5rem;
+}
+
+.num_games_analyzed_box::placeholder{
+ color: lightgrey;
+ opacity: 70%;
+}
+
+
+
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..0b1f9c8
--- /dev/null
+++ b/package.json
@@ -0,0 +1,21 @@
+{
+ "name": "riot_api",
+ "version": "1.0.0",
+ "description": "project for Riot x AWS Rift Rewind hackathon",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/syliem1/Rift_Rewind.git"
+ },
+ "keywords": [],
+ "author": "",
+ "license": "ISC",
+ "type": "commonjs",
+ "bugs": {
+ "url": "https://github.com/syliem1/Rift_Rewind/issues"
+ },
+ "homepage": "https://github.com/syliem1/Rift_Rewind#readme"
+}