Skip to content

Commit 243eae4

Browse files
committed
added new index.html
1 parent 6a1cd99 commit 243eae4

File tree

1 file changed

+173
-33
lines changed

1 file changed

+173
-33
lines changed

index.html

Lines changed: 173 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,176 @@
11
<!DOCTYPE html>
2-
<html>
3-
<head>
4-
<meta charset="utf-8">
5-
<title>Sample Deployment</title>
6-
<style>
7-
body {
8-
color: #ffffff;
9-
background-color: #007f3f;
10-
font-family: Arial, sans-serif;
11-
font-size: 14px;
12-
}
13-
14-
h1 {
15-
font-size: 500%;
16-
font-weight: normal;
17-
margin-bottom: 0;
18-
}
19-
20-
h2 {
21-
font-size: 200%;
22-
font-weight: normal;
23-
margin-bottom: 0;
24-
}
25-
</style>
26-
</head>
27-
<body>
28-
<div align="center">
29-
<h1>Congratulations!</h1>
30-
<h2>You have successfully created a pipeline that retrieved this source application from GitHub and deployed it to one Amazon EC2 instance using AWS Elastic Beanstalk.
31-
You’re one step closer to practicing continuous deployment!</h2>
32-
<p>For next steps, read the AWS CodePipeline Documentation.</p>
33-
</div>
34-
</body>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
8+
<title>Aditya Mehra</title>
9+
10+
<!-- Bootstrap -->
11+
<!-- Latest compiled and minified CSS -->
12+
<link rel="stylesheet" href="./css/index.css">
13+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
14+
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
15+
crossorigin="anonymous">
16+
17+
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
18+
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
19+
<!--[if lt IE 9]>
20+
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
21+
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
22+
<![endif]-->
23+
</head>
24+
<body>
25+
<!-- header -->
26+
<header class="container add-margin">
27+
<div class="row">
28+
<div class="col-md-1">
29+
</div>
30+
<div class="col-md-2 my-image-center">
31+
<img src="./images/image1.jpg" alt="Portfolio image" class="img-circle">
32+
</div>
33+
<div class="col-md-8 my-text-center my-text-right">
34+
<h1>Aditya Mehra</h1>
35+
<p class="lead">[email protected]</p>
36+
<p class="lead">Full Stack Developer</p>
37+
</div>
38+
<div class="col-md-1">
39+
</div>
40+
</div>
41+
</header>
42+
<!-- main content -->
43+
<section class="container">
44+
<!-- Main image -->
45+
<div class="row image2 add-margin">
46+
<div class="col-md-1">
47+
</div>
48+
<div class="col-md-10 col-sm-12">
49+
<img src="./images/image2.png" alt="Main image" class="img-rounded center-block">
50+
</div>
51+
<div class="col-md-1">
52+
</div>
53+
</div>
54+
<!-- Featured works -->
55+
<div class="row add-margin">
56+
<div class="col-xs-12">
57+
<h2>Featured Work</h2>
58+
</div>
59+
</div>
60+
<!-- List of featured works -->
61+
<!-- Row 1 -->
62+
<div class="row project">
63+
<div class="col-md-1">
64+
</div>
65+
<div class="col-md-5 col-sm-6">
66+
<div class="thumbnail">
67+
<img src="./images/breakout.png" alt="breakout">
68+
<div class="caption">
69+
<h3>Breakout</h3>
70+
<p>JavaScript, HTML and NodeJS</p>
71+
<p><a href="https://github.com/adityamehra/Breakout" class="btn btn-primary" role="button" target="_blank">GitHub</a> </p>
72+
</div>
73+
</div>
74+
</div>
75+
<div class="col-md-5 col-sm-6">
76+
<div class="thumbnail">
77+
<img src="./images/trailer.png" alt="trailer">
78+
<div class="caption">
79+
<h3>Movie Trailer Website</h3>
80+
<p>Python and HTML</p>
81+
<p><a href="https://github.com/adityamehra/movie-website-trailer" class="btn btn-primary" role="button" target="_blank">GitHub</a> </p>
82+
</div>
83+
</div>
84+
</div>
85+
<div class="col-md-1">
86+
</div>
87+
</div>
88+
<!-- Row 2 -->
89+
<div class="row project">
90+
<div class="col-md-1">
91+
</div>
92+
<div class="col-md-5 col-sm-6">
93+
<div class="thumbnail">
94+
<img src="./images/bcr.png" alt="business card reader">
95+
<div class="caption">
96+
<h3>Business Card Reader</h3>
97+
<p>Android, Tesseract, OCR and Camera Intent</p>
98+
<p><a href="https://github.com/adityamehra/Business-Card-Reader-BCR-" class="btn btn-primary" role="button" target="_blank">GitHub</a> </p>
99+
</div>
100+
</div>
101+
</div>
102+
<div class="col-md-5 col-sm-6">
103+
<div class="thumbnail">
104+
<img src="./images/reporter.webp" alt="campus reporter">
105+
<div class="caption">
106+
<h3>Campus Reporter</h3>
107+
<p>Android, Email Intent, Location API and Audio</p>
108+
<p><a href="https://github.com/adityamehra/CampusReporter" class="btn btn-primary" role="button" target="_blank">GitHub</a> </p>
109+
</div>
110+
</div>
111+
</div>
112+
<div class="col-md-1">
113+
</div>
114+
</div>
115+
<!-- Row 3 -->
116+
<div class="row project">
117+
<div class="col-md-1">
118+
</div>
119+
<div class="col-md-5 col-sm-6">
120+
<div class="thumbnail">
121+
<img src="./images/spandan.png" alt="Spandan">
122+
<div class="caption">
123+
<h3>Spandan</h3>
124+
<p>JavaScript and HTML</p>
125+
<p><a href="https://github.com/adityamehra/CollegeFair" class="btn btn-primary" role="button" target="_blank">GitHub</a> </p>
126+
</div>
127+
</div>
128+
</div>
129+
<div class="col-md-5 col-sm-6">
130+
<div class="thumbnail">
131+
<img src="./images/smarthome.png" alt="campus reporter">
132+
<div class="caption">
133+
<h3>Smart Home</h3>
134+
<p>Android, Python and Location API</p>
135+
<p><a href="https://github.com/adityamehra/SmartHome" class="btn btn-primary" role="button" target="_blank">GitHub</a> </p>
136+
</div>
137+
</div>
138+
</div>
139+
<div class="col-md-1">
140+
</div>
141+
</div>
142+
</section>
143+
<!-- footer -->
144+
<footer class="container">
145+
<div class="row">
146+
<div class="col-md-1">
147+
</div>
148+
<div class="col-md-10 col-sm-6 footer-css">
149+
<p>
150+
<a href="https://jigsaw.w3.org/css-validator/" target="_blank">
151+
<img class="w3c" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!">
152+
</a>
153+
<a href="https://www.linkedin.com/in/aditya-mehra/" target="_blank">
154+
<img class="logo" src="./images/linkedin_logo.png" alt="LinkedIn logo">
155+
</a>
156+
<a href="https://github.com/adityamehra" target="_blank">
157+
<img class="logo" src="./images/github_logo.png" alt="Github octacat">
158+
</a>
159+
</p>
160+
</div>
161+
<div class="col-md-1 ">
162+
</div>
163+
</div>
164+
</footer>
165+
166+
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
167+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
168+
<!-- Include all compiled plugins (below), or include individual files as needed -->
169+
<!-- Latest compiled and minified JavaScript -->
170+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
171+
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
172+
crossorigin="anonymous"></script>
173+
</body>
35174
</html>
36175

176+

0 commit comments

Comments
 (0)