-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
181 lines (165 loc) · 7.04 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
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<![endif]-->
<title>My Static Website</title>
<!--REQUIRED STYLE SHEETS-->
<!-- BOOTSTRAP CORE STYLE CSS -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet" />
<!-- FONTAWESOME STYLE CSS -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" crossorigin="anonymous">
<!-- CUSTOM STYLE CSS -->
<link href="style.css" rel="stylesheet" />
<!-- GOOGLE FONT -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!--Header section -->
<div class="container" id="home">
<div class="row text-center">
<div class="col-md-12">
<h1 class="head-main"> <i class="fab fa-aws fa-2x"></i>Sourasish's Website</h1>
<h2 class="head-sub-main"> AWS EC2 and Github Actions CICD </h2>
</div>
</div>
</div>
<!--End Header section -->
<!-- Navigation -->
<nav class="navbar-inverse" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://www.mlsakiit.com">MLSA </a>
</div>
<!-- Collect the nav links for toggling -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li><a href="#home"><i class="fas fa-home"></i></a>
</li>
<li><a href="#about">About</a>
</li>
<li><a href="#work-sec">Introduction</a>
</li>
<li><a href="#contact-sec">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!--End Navigation -->
<!-- About Section -->
<section class=" color-light " id="about">
<div class="container">
<div class="row text-center">
<div class="col-md-8 col-md-offset-2 ">
<h2 style="padding-top:50px;">About Us</h2>
<h4>
<strong>
WE ENCOURAGE YOUNG MINDS TO PURSUE KNOWLEDGE AND EXCELLENCE IN UNIQUE WAYS.
</strong>
</h4>
</div>
</div>
</div>
</section>
<!--End About Section -->
<!-- Transformation Section -->
<section class="color-white " id="work-sec">
<div class="container">
<div class="row text-center">
<div class="col-md-8 col-md-offset-2 ">
<h2>Welcome to MLSA STark Expo!</h2>
<h4>
<strong>
The download link for the steps to deploy an EC2 instance and S3 bucket are given
<a href="https://drive.google.com/file/d/1AZ5Q_yXq_KjGprC9S6BAcU36ioD7m3tm/view?usp=sharing">here.</a>
</strong>
</h4>
</div>
</div>
<div class="row text-center g-pad-bottom">
<div class="col-md-4">
<div class="work-div">
</div>
</div>
<div class="col-md-4 ">
<div class="work-div">
<i class="fas fa-cloud fa-5x"></i>
<h3>Presented by The Cloud Domain</h3>
</div>
</div>
<div class="col-md-4 ">
<div class="work-div">
</div>
</div>
</div>
</div>
</section>
<!--End Transformation Section -->
<!-- Contact Section -->
<section class="color-light " id="contact-sec">
<div class="container">
<div class="row text-center">
<div class="col-md-8 col-md-offset-2 ">
<h2>Microsoft Learn Student Ambassador, KIIT Chapter</h2>
</div>
</div>
<div class="row">
<div class="col-md-5 contact-cls">
<h3>Contact Us</h3>
<div>
<span><i class="fa fa-home"> </i> Address: KIIT Road, Patia, Bhubaneswar, Odisha </span>
<br />
<span><i class="fa fa-phone"> </i> Phone: +91 080045 09825</span>
</div>
</div>
<div class="col-md-7">
<br />
<div id="social-icon">
<a href="https://www.instagram.com/mlsakiit/"><i class="fab fa-instagram fa-2x"></i></a>
<a href="https://twitter.com/msckiit"><i class="fab fa-twitter fa-2x"></i></a>
<a href="https://linkedin.com/company/msckiit/mycompany/"><i class="fab fa-linkedin fa-2x"></i></a>
<a href="https://github.com/MLSAKIIT"><i class="fab fa-github fa-2x"></i></a>
</div>
</div>
</div>
</div>
</section>
<!--End Contact Section -->
<!--footer Section -->
<div class="for-full-back " id="footer">
CSS Template from <a href="https://www.free-css.com/free-css-templates/page203/image-less">Free CSS</a>
</div>
<!--End footer Section -->
<!-- JAVASCRIPT FILES PLACED AT THE BOTTOM TO REDUCE THE LOADING TIME -->
<!-- CORE JQUERY -->
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<!-- BOOTSTRAP CORE SCRIPT -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<!-- CUSTOM SCRIPTS -->
<script src="script.js"></script>
</body>
</html>