-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworklog.html
More file actions
188 lines (168 loc) · 7.78 KB
/
worklog.html
File metadata and controls
188 lines (168 loc) · 7.78 KB
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<!DOCTYPE html>
<html>
<head>
<title>Internet Usage - Briano</title>
<link href="images/icon.png" rel="icon" type="image">
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="https://www.w3schools.com/w3css/4/w3.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="fonts.css" type="text/css" charset="utf-8" />
<link href="main.css" rel="stylesheet">
</head>
<body>
<!-- Navbar -->
<div class="w3-bar w3-top w3-card">
<div class="w3-content" style="max-width: 1600px">
<a class="w3-bar-item w3-padding-large w3-hide-medium w3-hide-large w3-right" href="javascript:void(0)" onclick="myFunction()" title="Toggle Navigation Menu"><i class="fa fa-bars"></i></a>
<a href="#home" class="w3-bar-item w3-padding-large"><b>Internet Usage</b></a>
<div class="w3-hide-small w3-right">
<a href="index.html" class="w3-bar-item w3-padding-large">HOME</a>
<a href="graphs.html" class="w3-bar-item w3-padding-large">GRAPHS</a>
<a href="worklog.html" class="w3-bar-item w3-padding-large">WORKLOG</a>
<a href="about.html" class="w3-bar-item w3-padding-large">ABOUT</a>
</div>
</div>
</div>
<!-- Navbar on small screens -->
<div id="navDemo" class="w3-bar-block w3-hide w3-hide-large w3-hide-medium w3-top">
<a href="index.html" class="w3-bar-item w3-padding-large">HOME</a>
<a href="graphs.html" class="w3-bar-item w3-padding-large">GRAPHS</a>
<a href="worklog.html" class="w3-bar-item w3-padding-large">WORKLOG</a>
<a href="about.html" class="w3-bar-item w3-padding-large">ABOUT</a>
</div>
<!-- Header -->
<header class="w3-display-container w3-content w3-wide" style="max-width:1500px;" id="home">
<img class="w3-image" src="images/header.jpg" alt="Header">
<div class="w3-display-middle w3-margin-top w3-center">
<h1 class="w3-xxlarge w3-text-white w3-padding w3-black w3-opacity-min"><b>INTERNET USAGE</b></h1>
</div>
</header>
<!-- Page content -->
<div id="content" class="w3-content w3-padding w3-card" style="max-width:1200px;">
<!-- Task Section -->
<div id="task">
<h1 class="w3-center">JOB ALLOCATION</h1>
<h3 class="w3-hide-small">Gantt chart (hours)</h3>
<table class="w3-table w3-hide-small">
<tr class="w3-border-bottom">
<th>Task</th>
<th class="w3-center">Week 1</th>
<th class="w3-center">Week 2</th>
<th class="w3-center">Week 3</th>
<th class="w3-center">Week 4</th>
<th class="w3-center">Week 5</th>
<th class="w3-center">Week 6</th>
<th class="w3-center w3-border-left">Total</th>
</tr>
<tr>
<th>Research</th>
<th class="w3-center" id="work2">3</th>
<th class="w3-center" id="work1">1</th>
<th class="w3-center">~</th>
<th class="w3-center">~</th>
<th class="w3-center">~</th>
<th class="w3-center">~</th>
<th class="w3-center w3-border-left">4</th>
</tr>
<tr>
<th>Data Collection</th>
<th class="w3-center">~</th>
<th class="w3-center" id="work2">3</th>
<th class="w3-center" id="work2">3</th>
<th class="w3-center" id="work1">1</th>
<th class="w3-center">~</th>
<th class="w3-center">~</th>
<th class="w3-center w3-border-left">7</th>
</tr>
<tr>
<th>Graphing</th>
<th class="w3-center">~</th>
<th class="w3-center">~</th>
<th class="w3-center"></th>
<th class="w3-center" id="work1">2</th>
<th class="w3-center">~</th>
<th class="w3-center">~</th>
<th class="w3-center w3-border-left">2</th>
</tr>
<tr>
<th>Web development</th>
<th class="w3-center" id="work3">6</th>
<th class="w3-center" id="work2">3</th>
<th class="w3-center">~</th>
<th class="w3-center">~</th>
<th class="w3-center">~</th>
<th class="w3-center" id="work2">3</th>
<th class="w3-center w3-border-left">12</th>
</tr>
<tr>
<th>Javascript</th>
<th class="w3-center">~</th>
<th class="w3-center">~</th>
<th class="w3-center">~</th>
<th class="w3-center" id="work3">5</th>
<th class="w3-center" id="work4">8</th>
<th class="w3-center" id="work4">12</th>
<th class="w3-center w3-border-left">25</th>
</tr>
<tr class="w3-border-top">
<th>Total</th>
<th class="w3-center">9</th>
<th class="w3-center">7</th>
<th class="w3-center">3</th>
<th class="w3-center">8</th>
<th class="w3-center">8</th>
<th class="w3-center">15</th>
<th class="w3-center w3-border-left">50</th>
</tr>
</table>
<br>
<h3>Time spent working over the 6 weeks</h3>
<iframe class="w3-mobile" src="https://editor.p5js.org/embed/By8-klYjQ"></iframe>
<iframe class="w3-mobile" src="https://editor.p5js.org/embed/r1WnYatsX"></iframe>
<br>
</div>
<br><hr><br>
<!-- Worklog Section -->
<div id="worklog">
<h1 class="w3-center">SCREENSHOTS</h1>
<h3>Research</h3>
<img class="w3-image" src="images/research.jpeg" alt="Research">
<br><br>
<h3>Data collection</h3>
<img class="w3-image" src="images/data.jpeg" alt="Data collection">
<br><br>
<h3>Graphing</h3>
<img class="w3-image" src="images/graphing.jpeg" alt="Graphing">
<br><br>
<h3>Web development</h3>
<img class="w3-image" src="images/web.jpeg" alt="Web development">
<br><br>
<h3>Javascript</h3>
<img class="w3-image" src="images/javascript.jpeg" alt="Javascript">
<br><br>
</div>
</div>
<!-- Footer -->
<footer class="w3-bar">
<div class="w3-content" style="max-width: 1600px">
<div class="w3-bar-item">© 2018. briano</div>
<div class="w3-right">
<a href="https://www.reddit.com/user/briano1905/" target="_blank" class="w3-bar-item w3-hover-opacity"><img src="images/reddit.png" alt="reddit"></a>
<a href="https://www.instagram.com/briano1905/" target="_blank" class="w3-bar-item w3-hover-opacity"><img src="images/instagram.png" alt="Instagram"></a>
</div>
</div>
</footer>
<script>
// Used to toggle the menu on small screens when clicking on the menu button
function myFunction() {
var x = document.getElementById("navDemo");
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}
</script>
</body>
</html>