-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjentries.php
93 lines (77 loc) · 3.41 KB
/
jentries.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="VMS&SN&BB&VH">
<link rel="shortcut icon" href="img/favicon.png">
<title>QThrive - Journal </title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/main.css" rel="stylesheet">
<!-- Fonts from Google Fonts -->
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,900' rel='stylesheet' type='text/css'>
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<style>
#headerwrap {
min-height: 850px;
background-image: url("img/sail.jpg");
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
}
</style>
</head>
<body>
<!-- Fixed navbar -->
<div class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.php"> <img src="img/QThrive.png" height="50"> <b>QThrive</b> </a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a><h4 style="color:white">Welcome, Sean.</h4></a></li>
</ul>
</div>
</div>
</div>
<div id="headerwrap">
<div class="container">
<h1>Journal Entries</h1>
<!-- List of Diary Entries -->
<div class="container">
<ul class="list-group j">
<li class="list-group-item">
<h4 class="list-group-item-heading">January 29th, 2017</h4>
<p class="list-group-item-text">I had an absolute blast today at the outdoor rink. Met a new friend from Finland with the greatest accent! Things are definitely looking up. It will be my turn to cook for my housemates tomorrow, which I am beyond excited for. Key ingredients are fresh basil and chicken. I hope they like it.</p>
</li>
<li class="list-group-item">
<h4 class="list-group-item-heading">February 2nd, 2017</h4>
<p class="list-group-item-text">Turns out that Thursday's are not my favourite day of the week. I found it exceedingly difficult to get out of bed this morning. My 4th assignment this week is due in a couple of hours here. Will journal more tomorrow.</p>
</li>
<li class="list-group-item">
<h4 class="list-group-item-heading">February 3rd, 2017</h4>
<p class="list-group-item-text">I am not sure I should be awake at this hour. 04:30 is pushing it, even for me. I just can't seem to sleep.</p>
</li>
<li class="list-group-item">
<h4 class="list-group-item-heading">February 5th, 2017</h4>
<p class="list-group-item-text">I just got accepted to my dream master's program! Great day!</p>
</li>
</ul>
</div>
</div>
</div>
<!-- footer section -->
<div class="container">
<p class="centered" style="margin-top: 40px;">Created by Ben, Sean, Vinyas, & Vinith for QHacks 2017.</p>
</div>
</body>
</html>