-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
49 lines (49 loc) · 1.43 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
<!DOCTYPE html>
<html>
<head>
<title>stuMagz Interns 2018 profiles</title>
<link rel="stylesheet" type="text/css" href="/semantic.min.css">
<script
src="https://code.jquery.com/jquery-3.1.1.min.js"
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
crossorigin="anonymous"></script>
<script src="/semantic.min.js"></script>
</head>
<body>
<div class="pusher">
<div class="ui vertical masthead inverted center aligned segment">
<h1 class="ui huge header">
<img src="images/stumagz.svg" class="ui image" /><br/>
<div class="content">stuMagz Interns 2018</div>
</h1>
</div>
<div class="ui vertical segment">
<div class="ui cards">
<div class="ui centered link card" onclick="window.location.href='YemKay.html';">
<div class="ui fade instant masked reveal image">
<img src="images/YemKay1.jpeg" class="visible content">
<img src="images/YemKay2.jpeg" class="hidden content">
</div>
<div class="content">
<a class="header" href="YemKay.html">Mani Kumar Reddy Kancharla</a>
<div class="meta">
<span>Mentor</span>
</div>
</div>
<div class="extra content">
<a href="tel:+917207863707">
<i class="mobile icon"></i>
+91 7207863707
</a>
<br/>
<a href="mailto:[email protected]">
<i class="envelope icon"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>