-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathalumni.html
108 lines (80 loc) · 3.25 KB
/
alumni.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<!--[if IE 8 ]><html class="no-js oldie ie8" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="no-js oldie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>R.K.Hall</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/vendor.css">
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<!-- favicons
================================================== -->
<link rel="icon" type="image/png" href="favicon.png">
</head>
<section id="resume" class="grey-section">
<div class="row section-intro">
<div class="col-twelve">
<h5>Standings</h5>
<h1>content</h1>
<p class="lead">Its Our Hall Work Experience.</p>
</div>
</div> <!-- /section-intro-->
<div class="row resume-timeline">
<div class="col-twelve resume-header">
<h2><a href="alumini1.html"><u><i>Notable Alumini</i></u></a></h2>
</div> <!-- /resume-header -->
<div class="col-twelve">
<div class="timeline-wrap">
<div class="timeline-block">
<div class="timeline-ico">
<i class="fa fa-graduation-cap"></i>
</div>
<div class="timeline-header">
<h3>Content</h3>
<p>working</p>
</div>
<div class="timeline-content">
<h4>Content</h4>
<p>1. Hall President<br>
2. Second Senate Member<br>
3. General Secretary - Mess<br>
</p>
</div>
<div class="timeline-header">
<h3>Content</h3>
<p>working</p>
</div>
<div class="timeline-content">
<h4>Content</h4>
<p>1. Hall President<br>
2. Second Senate Member<br>
3. General Secretary - Mess<br>
</p>
</div>
<div class="timeline-header">
<h3>Content</h3>
<p>working</p>
</div>
<div class="timeline-content">
<h4>Content</h4>
<p>1. Hall President<br>
2. Second Senate Member<br>
3. General Secretary - Mess<br>
</p>
</div>
</div> <!-- /timeline-block -->
</section>