-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (67 loc) · 5.14 KB
/
index.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
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Nsbt Attendance System">
<meta name="description" content="Nsbt Attendance System is a QR code based attendance system for tracking attendance using QR codes. It is contactless, accurate, and easy to use system. It also verify the data with the database and generate reports.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://nsbt-nucleus.github.io/">
<meta property="og:title" content="Nsbt Attendance System">
<meta property="og:description" content="Nsbt Attendance System is a QR code based attendance system for tracking attendance using QR codes. It is contactless, accurate, and easy to use system. It also verify the data with the database and generate reports.">
<meta property="og:description" name="description" content="Nsbt Attendance System is a QR code based attendance system for tracking attendance using QR codes. It is contactless, accurate, and easy to use system. It also verify the data with the database and generate reports.">
<meta property="og:image" content="https://nsbt-nucleus.github.io/assets/img/icon_128x128.png">
<meta property="og:image:height" content="100">
<meta property="og:image:width" content="100">
<meta property="twitter:card" content="https://nsbt-nucleus.github.io/assets/img/icon_128x128.png">
<meta property="twitter:url" content="https://nsbt-nucleus.github.io/">
<meta property="twitter:title" content="Nsbt Attendance System">
<meta property="twitter:description" content="Nsbt Attendance System is a QR code based attendance system for tracking attendance using QR codes. It is contactless, accurate, and easy to use system. It also verify the data with the database and generate reports.">
<meta property="twitter:image" content="https://nsbt-nucleus.github.io/assets/img/icon_128x128.png">
<meta name="keywords" content="attendance system, qr attendance system, nsbt, nsbt attendance, nsbt nucleus attendance, nsbt attendance system, nsbt qr attendance system, nsbt nucleus qr attendance system, nsbt-nucleus, nsbtnucleus, nsbtQrAttendance, QR Attendance, QR System, QR Attendance System, NSBT Nucleus Software, NSBT Nucleus Attendance System, NSBT Attendance">
<!-- Site favicons -->
<link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico">
<link rel="shortcut icon" href="https://nsbt-nucleus.github.io/assets/img/icon_32x32.png" sizes="32x32">
<link rel="shortcut icon" href="https://nsbt-nucleus.github.io/assets/img/icon_128x128.png" sizes="128x128">
<link rel="icon" href="./assets/img/icon_32x32.png" sizes="32x32" />
<link rel="icon" href="./assets/img/icon_128x128.png" sizes="128x128" />
<link rel="apple-touch-icon-precomposed" href="./assets/img/icon_180x180.png" />
<meta name="msapplication-TileImage" content="./assets/img/icon_256x256.png" />
<title>NSBT-Attendance System</title>
<link rel="stylesheet" href="./assets/css/bootstrap.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Righteous&family=Sigmar&family=Pacifico&family=Raleway&family=Roboto&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./assets/css/font-awesome.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ==" crossorigin="anonymous" />
<link rel="stylesheet" href="./assets/css/index.css">
</head>
<body>
<div class="circles">
<div class="circle circle1"></div>
<div class="circle circle2"></div>
</div>
<div class="row main-cont">
<div class="col-md-6 left-cont">
<div class="logo">
<img src="./assets/img/nucleus-logo.png" alt="logo">
</div>
<div class="content">
<div class="headline">
Attendance System
</div>
<div class="btn-cont">
<!-- <a href="./attendance/face-detection/" class="m-btn disabled">Face Detection</a> -->
<!-- <a href="./attendance/report/daily/" class="m-btn dt"> Daily Report </a> -->
<!-- <a href="./attendance/report/custom/" class="m-btn dt"> Custom Report </a> -->
<!-- <a href="./attendance/report/monthly/" class="m-btn dt"> Monthly Report </a> -->
<a href="./attendance/qr-generator/" class="m-btn">Start <i class="fas fa-arrow-alt-circle-right"></i></a>
<!-- <a href="./attendance/qr-scanner/" class="m-btn dt">QR Code Attendance</a> -->
</div>
</div>
</div>
<div class="col-md-6 d-flex illustration"></div>
</div>
</body>
</html>