-
Notifications
You must be signed in to change notification settings - Fork 0
/
daily.html
67 lines (54 loc) · 1.14 KB
/
daily.html
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
<html>
<head>
<title>
2017 Contributes
</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="shortcut icon" type="image/png" href="img/favicon.png" />
<style>
.well{
background-color:black;
color:white;
font-size:25px;
}
body{
background-color:#659965;
}
</style>
<body>
<center>
<div class="well"><img src="img/logo.png" alt="2017">
Workshop and DailyCode2017<br/>
</div>
<div class="btn-group">
<a href="https://github.com/mskarthi95?tab=repositories" target="_blank">
<button type="button" class="btn btn-primary">Github Repo</button>
</a>
<button type="button" class="btn btn-success">Deploy/Run</button>
</center><br/>
</div>
<table class="table table-hover">
<caption>Daily Code schedule</caption>
<thead>
<tr>
<th>Date</th>
<th>Problem</th>
<th>Language</th>
<th>Hours</th>
</tr>
</thead>
<tbody>
<tr class="success">
<td>01-01-2017</td>
<td>This blog created</td>
<td>Html, Bootstrap & Css</td>
<td>1-3 hours</td>
</tr>
</tbody>
</tbody>
</table>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>