-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·171 lines (136 loc) · 5.88 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
Remove this if you use the .htaccess -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Swift Bengaluru Community</title>
<meta name="description" content="">
<meta name="author" content="PRAN">
<meta name="viewport" content="width=device-width; initial-scale=1.0">
<link rel="stylesheet" href="w3.css">
<link rel="stylesheet" href="common-custom.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<!-- Replace favicon.ico & apple-touch-icon.png in the root of your domain and delete these references -->
<link rel="icon" href="Favicon/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="Favicon/favicon.ico">
<link rel="apple-touch-icon" href="Favicon/apple-touch-icon.png">
</head>
<body>
<!-- Main outer header container -->
<div class="w3-container w3-image headerBackgorundStyle" style="background: url('images/background_home.png') center" >
<!-- A translucent layer only if the image in background is light. -->
<div class="w3-container headerBackgorundLayer"> -->
<!-- Inner Navigation header -->
<div class="w3-container w3-center">
<div class="w3-row w3-padding-24">
<div class="w3-col m3 l2">
<a class="buttonHeader" href="index.html">HOME</a>
</div>
<div class="w3-col m3 l2">
<a class="buttonHeader" href="portfolio.html">PORTFOLIO</a>
</div>
<div class="w3-col m3 l2">
<a class="buttonHeader" href="about.html">ABOUT</a>
</div>
<div class="w3-col m3 l2 ">
<a class="buttonHeader" href="https://medium.com/swiftbengaluru">BLOG</a>
</div>
<div class="w3-col m3 l2 ">
<a class="buttonHeader" href="https://www.meetup.com/swiftbengaluru/">EVENTS</a>
</div>
<div class="w3-col m3 l2 ">
<a class="borderedButtonHeader" href="contact.html">CONTACT US</a>
</div>
<!--</div> -->
</div>
<!-- Lower texts elements -->
<div class="w3-container w3-padding-24">
<div class="w3-container w3-center headerFirstTextStyle">
<h4>Swift Developer’s Community</h4>
</div>
<div class="w3-container w3-center">
<h1 class="headerSecondtextStyle">The Revolution will be Swift!!</h1>
</div>
</div>
<!-- Lower Buttons -->
<div class="w3-container w3-padding-16 w3-center">
<a class="borderedButtonHeader" href="contact.html">CONTACT US</a>
<a class="borderedButtonHeader" href="https://www.meetup.com/swiftbengaluru/">EVENTS</a>
</div>
<div class="w3-container bounceConatiner">
<div class="w3-container w3-padding-8 w3-center bounceAnimation">
<i class="material-icons" style="font-size:60px;color:white;">expand_more</i>
</div>
</div>
</div>
</div>
</div>
<!-- Main outer header container END -->
<!-- First content div -->
<div class="w3-container w3-padding-32">
<div class="w3-container w3-center w3-padding-left w3-padding-right">
<h2 class="briefcontentHeader">A brief background</h2>
</div>
<div class="w3-container w3-center">
<p class="jumboRightAndLeftPadding briefcontentDetail">
we started in 2014 and since then we have done many swift developer's meetups.
</p>
</div>
</div>
<!-- Horizontal Line ONLY -->
<div class="horizontalRule w3-container">
</div>
<!-- Second content div -->
<!-- Second content div END-->
<!-- Horizontal Line ONLY -->
<div class="horizontalRule w3-container">
</div>
<!-- Third content div -->
<div class="w3-container w3-padding-32">
<div class="w3-container w3-center w3-padding-left w3-padding-right">
<h2 class="briefcontentHeader">The journey to ...</h2>
</div>
<div class="w3-container w3-center">
<p class="jumboRightAndLeftPadding briefcontentDetail">
TBD
</p>
</div>
<div class="w3-container w3-padding-16 w3-center">
<a class="borderedButtonContent" href="blog.html">Read Post</a>
</div>
</div>
<!-- Third content div END -->
<!-- Pre footer content div -->
<div class="w3-container w3-padding-16 preFooterContent">
<div class="w3-container">
<h4 class="w3-left preFooterHeader ">Got an app idea. Need some help ? </h4>
<a class="borderedButtonPrefooter w3-right" href="mailto:[email protected]?subject=Connect via website">Contact Us</a>
</div>
</div>
<!-- Pre footer content div END-->
<!-- Foooter content div -->
<div class="w3-container w3-center w3-padding-48 footerContent">
<div class="w3-container w3-center">
<a class="buttonFooter" href="index.html">HOME</a>
<a class="buttonFooter" href="portfolio.html">PORTFOLIO</a>
<a class="buttonFooter" href="about.html">ABOUT</a>
<a class="buttonFooter" href="https://medium.com/swiftbengaluru">BLOG</a>
<a class="buttonFooter" href="https://www.meetup.com/swiftbengaluru/">EVENTS</a>
<a class="buttonFooter" href="contact.html">CONTACT US</a>
<a class="buttonFooter" href="courtesy.html">COURTESY</a>
</div>
<div class="w3-container w3-center footerCopyrightText">
<p>© 2023 Swift Bengaluru. All rights reserved.</p>
</div>
<div class="w3-container w3-center">
<a href="https://github.com/swiftbengaluru"><img src="images/github-mark-white.png" class="footerSocialIcons" alt="GitHub"></a>
<a href="https://www.linkedin.com/company/swiftbengaluru"><img src="images/social-linkedin.png" class="footerSocialIcons" alt="Linked In"></a>
<a href="https://twitter.com/swiftbengaluru"><img src="images/social-twitter.png" class="footerSocialIcons" alt="Twitter"></a>
<a href="https://www.facebook.com/swiftbengaluru"><img src="images/social-facebook.png" class="footerSocialIcons" alt="Facebook"></a>
</div>
</div>
<!-- Foooter content div END-->
</body>
</html>