-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (33 loc) · 992 Bytes
/
index.html
File metadata and controls
33 lines (33 loc) · 992 Bytes
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
<html>
<head>
<title>Welcome to AWSome Day</title>
<style>
body{
font-family: Helvetica, Arial, sans-serif;
}
.message{
width:330px;
padding:20px 40px;
margin:0 auto;
background-color:#f9f9f9;
border:1px solid #ddd;
}
center{
margin:40px 0;
}
h1{
font-size: 18px;
line-height: 26px;
}
p{
font-size: 12px;
}
</style>
<body bgcolor="#eeba37" style="background-color: #eeba37 padding-top: 60px; padding-bottom: 25px;">
<center><img src="https://s3.amazonaws.com/swlogos/AWSome+man-01.png" alt=""></center>
<div class="message" style="font-size:180%">
<h1>Welcome to the 1st GENEVA AWSome Day</h1>
<p>This is a demo for the Modern UX pattern based on Serverless architecture presentation</p>
</div>
</body>
</html>