-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshubprofile.html
67 lines (59 loc) · 3.05 KB
/
shubprofile.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>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js"></script>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Raleway:600|Work+Sans" rel="stylesheet">
<title>HMI PROFILEs</title>
<style>
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
max-width: 300px;
/*margin: auto;*/
text-align: center;
font-family: arial;
}
</style>
</head>
<body style="background-color: darkslateblue;color:white;">
<center>
<h1>Welcome Shubham</h1>
<a href="index.html" style="margin-left:1100px;font-size:22px;color:white;"><span class="glyphicon glyphicon-home"><span> Home</a>
<h2>HMI Experiment List</h2>
</center>
<div class="row">
<div class="col-md-4">
<h3 style="margin-left: 90px;"><span class="glyphicon glyphicon-user"></span> My Profile</h3>
<div class="card" style="background-color: whitesmoke;font-family: initial;color:black;margin-left: 20px;">
<h3 style="padding-top: 20px;">Shubham Phegade</h3>
<h4 class="title">Terna Engineering College,Nerul</h4>
<h4>BE Comps A-40</h4>
<h4>TU3F1718041</h4>
<br>
</div>
</div>
<div class="col-md-6">
<div class="card" style="background-color: whitesmoke;color:black;margin-left: 70px;">
<br>
<ul style="margin-right: 100px;font-size: 21px;">
<li><a href="https://drive.google.com/file/d/1LcPZE6viQZ_2tApi2B2Wf4dIS6Yxppwb/view?usp=sharing">Experiment 1</a></li>
<li><a href="https://drive.google.com/file/d/1Gg0lrDdryxdNSTfOzmJ4_epeOwpSnmKI/view?usp=sharing" style="margin-left: 10px">Experiment 1b</a></li>
<li><a href="https://drive.google.com/file/d/1g5JIJNwOGmT5rJ6UQuASjpztS8C0T07W/view?usp=sharing">Experiment 2</a></li>
<li><a href="https://drive.google.com/file/d/1Q_ZNJxaWgxhbrOXV70zRZy3Or7dSMeXT/view?usp=sharing">Experiment 3</a></li>
<li><a href="https://drive.google.com/file/d/1-sywj--zLo2tbZ9VQAvKhcnnoksTwRcS/view?usp=sharing">Experiment 4</a></li>
<li><a href="https://drive.google.com/file/d/1jzFPO68IXzuhyYz5eVcyQVVn_rpLvxTr/view?usp=sharing">Experiment 5</a></li>
<li><a href="https://drive.google.com/file/d/1DsYJcF778akVYCcgVkI3G2TcWqjqPjfr/view?usp=sharing">Experiment 6</a></li>
<li><a href="https://drive.google.com/file/d/1s58KtVavLBhFFtf90mx8yI_sOeqoaFLV/view?usp=sharing">Experiment 7</a></li>
<li><a href="https://drive.google.com/file/d/1xa8gI9yMicBhVsUDsFT30j5RzM59MYkp/view?usp=sharing">Experiment 8</a></li>
<li><a href="https://drive.google.com/file/d/1DNg3BlM_7XyiczscfLVmBrqc7BeMkwCn/view?usp=sharing">Experiment 9</a></li>
</ul>
<br>
<br>
<br>
</div>
</div>
</div>
</body>
</html>