-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUniversityScreen.html
More file actions
60 lines (49 loc) · 2.07 KB
/
Copy pathUniversityScreen.html
File metadata and controls
60 lines (49 loc) · 2.07 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
{% load static %}
<html>
<head>
<title>Streamlining Credential Verification for Hiring Processes with Blockchain Technology</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link href="{% static 'default.css' %}" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<div id="wrapper">
<div id="header">
<div id="logo">
<h1><font color="orange" size=5>Streamlining Credential Verification for Hiring Processes with Blockchain Technology</font></h1>
<marquee><font color="pink" size=4>Credential Verification for Hiring Processes</font></marquee>
</div>
</div>
</div>
<div id="menu">
<ul>
<li><a href="{% url 'EnrollStudent' %}">Enroll Students</a></li>
<li><a href="{% url 'UploadCertificate' %}">Upload Certificate Credential</a></li>
<li><a href="{% url 'UpdateCertificate' %}">Update Certificate</a></li>
<li><a href="{% url 'ViewStudents' %}">View Students</a></li>
<li><a href="{% url 'index' %}">Logout</a></li>
</ul>
</div>
<div id="page">
<div id="content">
<div class="post">
<div class="title">
<h2>Secure Sharing of Student's Credentials</h2>
</div>
<div class="entry">
<br/><br/><br/>
<center><font size="" color="white">{{ data|safe }}</font></center>
<br>
<p><img src="{% static 'images/images.jpg' %}" alt="" width="890" height="200" class="left" /><p></p><font size="4" color="white">
<center><br/>About Student's Credentials</center></font></p>
<p><font size="" color="white">Abstract:-The paper aims to resolve security issues revolving
around the sharing of student's credentials by leveraging the
blockchain technology. It proposes a novel blockchain-based
architecture followed by its implementation as a decentralized
application (DApp). Further, the cost & the performance analysis
are carried out based on the experiments conducted.</p>
</div>
</div>
</div>
</div>
</body>
</html>