-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
158 lines (121 loc) · 5.66 KB
/
index.html
File metadata and controls
158 lines (121 loc) · 5.66 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png"/>
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png"/>
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png"/>
<link rel="manifest" href="images/site.webmanifest">
<link rel="mask-icon" href="images/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="images/favicon.ico">
<meta property="og:url" content="https://communityday.awsug.ph" />
<meta property="og:type" content="website" />
<meta property="og:title" content="AWS Community Day 2018 Philippines" />
<meta property="og:description" content="AWS Community Day is a community-organized event featuring technical discussions led by expert AWS users and community leaders. AWS Community Day is being organized by AWS Users Group - Philippines. This group is for anyone interested in Amazon Web Services, Cloud Computing, AWS design implementation and servicing, EC2, S3, High Scalability Computing, Real Life uses of AWS and cloud servers, SaaS, IAAS, PAAS and many more" />
<meta property="og:image" content="https://s3.ap-south-1.amazonaws.com/aws-community-ph/community-day-logo-sq.png" />
<meta property="og:image:secure_url" content="https://s3.ap-south-1.amazonaws.com/aws-community-ph/community-day-logo-sq.png"/>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<title>Roadshows - AWS Community Day 2023</title>
<!-- MAIN CSS FILES===================================
======================================================= -->
<link rel="stylesheet" href="https://doplrafkvxyec.cloudfront.net/assets/css/bootstrap.min.css">
<link rel="stylesheet" href="https://doplrafkvxyec.cloudfront.net/assets/css/font-awesome.min.css">
<link rel="stylesheet" href="https://doplrafkvxyec.cloudfront.net/assets/css/line-icons.min.css">
<link rel="stylesheet" href="https://doplrafkvxyec.cloudfront.net/assets/css/owl.carousel.css">
<link rel="stylesheet" href="https://doplrafkvxyec.cloudfront.net/assets/css/owl.theme.css">
<link rel="stylesheet" href="https://doplrafkvxyec.cloudfront.net/assets/css/owl.transitions.css">
<link rel="stylesheet" href="https://doplrafkvxyec.cloudfront.net/assets/css/animate.css">
<!-- CUSTOM STYLE -->
<link id="theme" rel="stylesheet" href="https://doplrafkvxyec.cloudfront.net/assets/css/theme.css">
<link rel="stylesheet" href="https://doplrafkvxyec.cloudfront.net/assets/css/style1.css">
<link rel="stylesheet" href="https://doplrafkvxyec.cloudfront.net/assets/css/responsive.css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
crossorigin="anonymous">
<style>
.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
padding: 10px 4px
}
#shareImg:hover {
opacity: 0.8;
cursor: pointer;
}
</style>
</head>
<!-- .theme-option-->
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<!-- banner slider end -->
<section id="main-banner">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-12 col-md-offset-3 col-sm-offset-3">
<div class="banner-main">
<h3 class="lg-title">
<img src="images/community-day-logo.png" class="img-responsive">
</h3>
<h2>Events</h2>
</div>
</div>
</div>
<!-- row end -->
</div>
<!-- container end -->
</section>
<!-- section slider end -->
<!-- section code of conduct Start -->
<section id="section-conduct" class="section-padding ">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="about-intro-1">
<a href="manila.html">
<h2>LUZON</h2>
<p>August 29-31, 2023</p>
<img src="ads/philippines.png" style="width:100%; max-width: 1000px;">
</a>
</div>
</div>
<div class="col-md-6 col-sm-6">
<div class="about-intro-1">
<a href="davao.html">
<h2>MINDANAO</h2>
<p>September 23, 2023</p>
<img src="ads/davao.png" style="width:100%; max-width: 500px;">
</a>
</div>
</div>
<div class="col-md-6 col-sm-6">
<div class="about-intro-1">
<a href="cebu.html">
<h2>VISAYAS</h2>
<p>August 26, 2023</p>
<img src="ads/cebu.png" style="width:100%; max-width: 500px;">
</a>
</div>
</div>
</div>
<!-- row end -->
</div>
<!-- container end -->
</section>
<!-- section code of conduct end -->
<center> <small><a href="index.html">Home</a> | <a href="code-of-conduct.html">Code of Conduct</a> | <a href="payments.html">Payments</a> | <a href="policy.html">Policy</a> </small>
</center>
<!-- Jquery plugin files -->
<script src="https://doplrafkvxyec.cloudfront.net/assets/js/jquery.min.js"></script>
<script src="https://doplrafkvxyec.cloudfront.net/assets/js/bootstrap.min.js"></script>
<script src="https://doplrafkvxyec.cloudfront.net/assets/js/jquery.easing.1.3.min.js"></script>
<script src="https://doplrafkvxyec.cloudfront.net/assets/js/owl.carousel.js"></script>
<script src="https://doplrafkvxyec.cloudfront.net/assets/js/wow.min.js"></script>
<!-- CUSTOM JS FILE -->
<script src="https://doplrafkvxyec.cloudfront.net/assets/js/custom.js"></script>
</body>
</html>