-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
11 changed files
with
166 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="index.css"> | ||
<title>Checkpoint</title> | ||
</head> | ||
<body> | ||
<div class = 'emma'> | ||
<h1 class="header" id = "header1">What is Checkpoint</h1> | ||
<div class = 'inside'> | ||
<div id = description> | ||
<p>Checkpoint is a software that leverages Capture the Flage (CTF) style games to let students learn using the same platforms they would use in industry.</p> | ||
</div> | ||
<div class = "column"></div> | ||
<div class="row"> | ||
<div class = "row_item"> | ||
<div class = image_box> | ||
<img class = "top" src = "../public/emma_photo_1.png"/> | ||
</div> | ||
<p class = row_title>Student Focused</p> | ||
<p>The platform focuses on ensuring students can make the most out of their college education using our platform.</p> | ||
</div> | ||
<div class = "row_item"> | ||
<div class = image_box> | ||
<img class = "top" src = "../public/emma_photo_2.png"/> | ||
</div> | ||
<p class = row_title>Practical</p> | ||
<p>This platform engages students with practical challenges that simulate the student's experience.</p> | ||
</div> | ||
<div class = "row_item"> | ||
<div class = "image_box"> | ||
<img src = "../public/emma_photo_3.png"/> | ||
</div> | ||
<p class = row_title>Accessable</p> | ||
<p>Checkpoint leverage instructor-provided feedback to lead students down the correct path, ensuring they never get stuck.</p> | ||
</div> | ||
</div> | ||
<div class = "row"> | ||
<div class = "row_item"> | ||
<div class = image_box> | ||
<img class = "top" src = "../public/emma_photo_4.png"/> | ||
</div> | ||
<p class = row_title>Fully Customizable</p> | ||
<p>Instructors can customize the challenges using an easy-to-use config file or our customizer command-line utility.</p> | ||
</div> | ||
<div class = "row_item"> | ||
<div class = image_box> | ||
<img class = "top" src = "../public/emma_photo_5.png"/> | ||
</div> | ||
<p class = row_title>Research Driven</p> | ||
<p>This project is backed with extensive research and user studies to prove just how impactful this teaching style is.</p> | ||
</div> | ||
<div class = "row_item"> | ||
<div class = "image_box"> | ||
<img class = "top" src = "../public/emma_photo_6.png"/> | ||
</div> | ||
<p class = row_title>Analytics Engine</p> | ||
<p>Our platform provides instructors detailed anaytics data to ensure assignments are accessible and clearly worded.</p> | ||
</div> | ||
</div> | ||
<div class = "row"> | ||
<div class = 'picture'> | ||
<img src = "../public/emma_photo_7.png" | ||
width = "510.114px" | ||
height = "510.114px"/> | ||
</div> | ||
<div class = 'desc'> | ||
<h2 class="header">We've done the Research! Now its your turn</h2> | ||
<p>Finish your first checkpoint by booking a demo of our platform to see if it is right for your class.</p> | ||
<p><a href = "signup.html">Sign up for a demo </a></p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Sign Up</title> | ||
</head> | ||
<body> | ||
<h1>Sign up for Cubstart</h1> | ||
<p>name:</p> | ||
<p>email:</p> | ||
<p>password:</p> | ||
</body> | ||
</html> |