File tree Expand file tree Collapse file tree 4 files changed +15
-9
lines changed
application/views/templates Expand file tree Collapse file tree 4 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 3
3
<head >
4
4
<meta charset = " UTF-8" >
5
5
<link rel = " shortcut icon" href = " /static/favicon.ico" />
6
- <link rel = " bookmark" href= " /static/favicon.ico" />
6
+ <link rel = " bookmark" href = " /static/favicon.ico" />
7
7
<link href = " https://cdn.bootcss.com/bootstrap/4.1.1/css/bootstrap.min.css" rel = " stylesheet" >
8
8
<link rel = " stylesheet" href = " /static/css/main.css" >
9
9
<title >About</title >
21
21
</div >
22
22
<div class = " jumbotron" style = " margin-top: 60px;" >
23
23
<div class = " container" >
24
- <h1 >Academic Search Website </h1 >
24
+ <h1 >The< span class = " beacon " >Beacon</ span >, an academic search website. </h1 >
25
25
<h1 ><small >Version 1.0</small ></h1 >
26
26
<p >Developed by Keith Null(Wu Zhengke).</p >
27
27
<p >The final project of Course EE101 in June, 2018.</p >
Original file line number Diff line number Diff line change 6
6
<link rel="stylesheet" href="/static/css/jquery-ui.css">
7
7
<link rel="stylesheet" href="/static/css/main.css">
8
8
<link rel="shortcut icon" href="/static/favicon.ico" />
9
- <link rel="bookmark"href="/static/favicon.ico" />
9
+ <link rel="bookmark" href="/static/favicon.ico" />
10
10
<script src="https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js"></script>
11
11
<script src="https://cdn.bootcss.com/jqueryui/1.12.1/jquery-ui.min.js"></script>
12
12
<script src="https://cdn.bootcss.com/d3/4.13.0/d3.min.js"></script>
Original file line number Diff line number Diff line change 10
10
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
11
11
-->
12
12
<link rel="shortcut icon" href="/static/favicon.ico" />
13
- <link rel="bookmark"href="/static/favicon.ico" />
13
+ <link rel="bookmark" href="/static/favicon.ico" />
14
14
<script src="https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js"></script>
15
15
<script src="https://cdn.bootcss.com/jqueryui/1.12.1/jquery-ui.min.js"></script>
16
16
<link href="/static/css/jquery-ui.css" rel="stylesheet">
20
20
<?php echo validation_errors ('<div class="error" align="center"> ' ,'</div> ' ); ?>
21
21
<div id="magicWrapper">
22
22
<div id="superCenter" align="center">
23
- <h1>Home</h1>
23
+ <h1 style="font-size: 60px;" >
24
+ <span>The</span><span class="beacon">Beacon</span>
25
+ </h1>
24
26
<div id="homeSearch" align="center">
25
27
<?php echo form_open ('/ ' ); ?>
26
- <input type="text" id="homeInput" name="queryString" placeholder="What do you want to search?">
27
- <input type="submit" id="homeSubmit" value="Search">
28
+ <input type="text" id="homeInput" name="queryString" placeholder="What do you want to search?"><input type="submit" id="homeSubmit" value="Search">
28
29
<br>
29
30
<div id="searchType">
30
31
<label for="author">
Original file line number Diff line number Diff line change 6
6
7
7
/*General*/
8
8
/*@import url('https://fonts.googleapis.com/css?family=Quicksand');*/
9
- /*@import url(http://fonts.font.im/css?family=Quicksand);*/
10
- @import url (http://fonts.loli.net/css?family=Quicksand); /*After some tests,this is the fastest one */
9
+ @import url (http://fonts.loli.net/css?family=Quicksand);
11
10
body {
12
11
background-image : url (/static/img/bg.png);
13
12
font-size : 25px ;
18
17
margin : 0 ;
19
18
}
20
19
20
+ .beacon {
21
+ color : white;
22
+ background-color : # 1abc9c ;
23
+ border-radius : 15px ;
24
+ }
25
+
21
26
a {
22
27
text-decoration : none;
23
28
color : # 1abc9c ;
You can’t perform that action at this time.
0 commit comments