Added Semantic-UI

Added Semantic-UI
Changed pages to adapt to Semantic
This commit is contained in:
Charles Truluck 2015-12-23 19:09:18 -05:00
parent a406add0d8
commit 32ffc7e90f
7 changed files with 38 additions and 0 deletions

View file

@ -2,6 +2,8 @@
<html>
<head>
<title>About</title>
<script src="js/semantic.min.js"></script>
<link type="text/css" rel="stylesheet" href="css/semantic.min.css">
</head>
<body>
<h1>EasyCTF is Fun!</h1>

11
web/css/semantic.min.css vendored Executable file

File diff suppressed because one or more lines are too long

0
web/includes/meta.html Normal file → Executable file
View file

View file

@ -4,6 +4,8 @@
<link type="text/css" rel="stylesheet" href="css/style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.4.8/angular.min.js" integrity="sha384-r1y8TJcloKTvouxnYsi4PJAx+nHNr90ibsEn3zznzDzWBN9X3o3kbHLSgcIPtzAp" crossorigin="anonymous"></script>
<script src="js/ascript.js"></script>
<script src="js/semantic.min.js"></script>
<link type="text/css" rel="stylesheet" href="css/semantic.min.css">
</head>
<body>
<marquee id="status">Angular.js Status: <span ng-bind="test" style="color:red" id="result">Failed!</span></marquee>

19
web/js/semantic.min.js vendored Executable file

File diff suppressed because one or more lines are too long

View file

@ -2,6 +2,8 @@
<html>
<head>
<title>Login</title>
<script src="js/semantic.min.js"></script>
<link type="text/css" rel="stylesheet" href="css/semantic.min.css">
</head>
<body>
<h1>Please Login to EasyCTF</h1>

View file

@ -2,6 +2,8 @@
<html>
<head>
<title>Register</title>
<script src="js/semantic.min.js"></script>
<link type="text/css" rel="stylesheet" href="css/semantic.min.css">
</head>
<body>
<h1>Please Register for EasyCTF</h1>