-
Notifications
You must be signed in to change notification settings - Fork 0
/
val.html
91 lines (69 loc) · 2.74 KB
/
val.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html>
<head>
<title>TESTCO Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--Required JS scripts -->
<!-- Jquery -->
<script src="jquery.js"></script>
<!-- Bootstrap -->
<link href="bootflat/bootstrap/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="bootflat/css/font-awesome.min.css" rel="stylesheet" media="screen">
<link href="bootflat/css/bootflat.css" rel="stylesheet" media="screen">
<link href="bootflat/css/bootflat-extensions.css" rel="stylesheet" media="screen">
<link href="bootflat/css/bootflat-square.css" rel="stylesheet" media="screen">
<script src="js/index.js"></script>
<script src="js/profiles.js"></script>
<!-- Required CSS Scripts -->
<link rel="stylesheet" type="text/css" href="css/index.css">
</head>
<body onload="allEvents();loadProfiles()">
<div id="header"></div>
<div id="zabody">
<div class="container">
<!--place your stuff here-->
<header>
<div class="wrapper">
<style>
h2 {color:Black;font-size:40px;}
h1 {color:Black;}
</style>
<h2>VALIDATOR</h2>
</div>
</header>
<div id="content" class="clearfix">
<section id="left">
<div id="userStats" class="clearfix">
<div class="pic">
<a href="#"><img src="authors\defaultprofileimage.png" height="150" /></a>
</div>
<div class="data">
<h1 id = "name">Medappa A B</h1>
<h3 id = "place">1 Infinite Loop, Cupertino, CA 95014</h3>
<div class="socialMediaLinks">
<a href="https://twitter.com/shashankmedappa" rel="me" target="_blank"><img src="img/twitter.png" alt="@jakerocheleau" /></a>
<a href="https://www.facebook.com/shashankmedappa?ref=br_rs&fref=browse_search" rel="me" target="_blank"><img src="img/images.jpg" /></a>
</div>
<div class="sep"></div>
</div>
</div>
<h1>About Me:</h1>
<p id = "about" >Name: Medappa AB<br>
Age: 25<br>
Education: Stanford University<br>
Current Employer:Apple Inc,CA<br>
Email: [email protected]<br>
Degree: Masters in Computer Science<br>
Projects: RSA Key extraction:Acoustic Cryptanalysis<br>
</p>
<button type="button" class="btn btn-success" onclick="location.href = 'mcq.html';">Validate mcq questions</button>
<button type="button" class="btn btn-success" onclick="location.href = 'desc.html';">Validate descriptive questions</button>
</section>
</div>
</div>
</div>
<div id="footer"></div>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="bootflat/js/bootstrap.min.js"></script>
</body>
</html>