-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
133 lines (130 loc) · 3.4 KB
/
Copy pathindex.html
File metadata and controls
133 lines (130 loc) · 3.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>BKTechInc.github.io</title>
<meta charset="utf-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="https://cdn.glitch.com/c16530b3-dd93-4a57-936e-b6d47ae27437%2Fmaintain.png?1534793532140" rel="icon">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="./style.css" rel="stylesheet">
<link href="./animate.min.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="main_header">
<span>BKTechInc.github.io</span>
</div>
<br>
<section class="newsboard">
<div class="card" id="codeLine">
<h1>Code Line Count</h1>
<h3>443</h3>
</div>
<div class="card" id="firefoxVersion">
<h1>Firefox Quantum Version</h1>
<h3>61.0.2</h3>
</div>
<div class="card" id="chromeVersion">
<h1>Google Chrome Version</h1>
<h3>68.0.3440.106</h3>
</div>
<div class="card" id="download_hub">
<h1>Download
<br> Hub
</h1>
<a href="https://github.com/BKTechInc/BKTechInc.github.io/archive/master.zip">Download</a>
</div>
<div class="card" id="gif">
<h1>GIF</h1>
<img alt="Tech" border="0" class="ts-img" height="80" src="https://cdn.glitch.com/c16530b3-dd93-4a57-936e-b6d47ae27437%2Ftech.gif?1534793500292"
width="96">
</div>
</section>
<br>
<section class="blog">
<div class="post">
<h1 class="post-header">We Are Sponsoring: Sevie Perfect!</h1>
<h3 class="date">9/4/18</h3>
<p>We are currently sponsoring <a href="https://sevie-perfect.glitch.me/">Sevie Perfect</a>! A brand new channel posting bloopers and trickshotz. If you like bloopers, humor, and trick shotz. Subscribe Today!</p>
</div>
<br><hr><br>
<div class="post">
<h1 class="post-header">Welcome</h1>
<h3 class="date">8/19/18</h3>
<p>Welcome to BK Tech Inc's Official Page!</p>
</div>
</section>
<br>
<section class="projects">
<table class="animated slideInRight">
<thead>
<tr>
<th>Project Name</th>
<th>Live?</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="https://BKTechInc.github.io/">BKTechInc.github.io</a>
</td>
<td>
<i class="material-icons green">check</i>
</td>
</tr>
<tr>
<td>
<a href="https://js-math-bk.glitch.me/">JS Math</a>
</td>
<td>
<i class="material-icons green">check</i>
</td>
</tr>
<tr>
<td>
<a href="https://bk-banana.glitch.me/">BK Tech Inc Banana Assistant</a>
</td>
<td>
<i class="material-icons green">check</i>
</td>
</tr>
<tr>
<td>
<a href="https://bk-editor.glitch.me/">BK Tech Inc Egg Editor</a>
</td>
<td>
<i class="material-icons red">close</i>
</td>
</tr>
<tr>
<td>
<a href="https://cubex-oos-min.glitch.me/">CubeX OOS</a>
</td>
<td>
<i class="material-icons red">close</i>
</td>
</tr>
<tr>
<td>
<a href="#">N/A</a>
</td>
<td>
<i class="material-icons red">close</i>
</td>
</tr>
</tbody>
</table>
</section>
<br>
<br>
<footer>
<strong>© 2018 BK Tech Inc</strong>
<br>
<hr>
<br>
<a class="more_info" href="#">Terms of Service</a>
<a class="more_info" href="#">Privacy Policy</a>
</footer>
</body>
</html>