-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
138 lines (103 loc) · 4.53 KB
/
portfolio.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
<!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>Portfolio - Swift Bengaluru</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">
<!-- Replace favicon.ico & apple-touch-icon.png in the root of your domain and delete these references -->
<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_portfolio_new.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>Have a look into</h4>
</div>
<div class="w3-container w3-center">
<h1 class="headerSecondtextStyle">Our Work</h1>
</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">Coding with passion developing with care</h2>
</div>
<div class="w3-container w3-center">
<p class="jumboRightAndLeftPadding briefcontentDetail">
TBD
</p>
</div>
</div>
<!-- First content div END-->
<!-- Second content div -->
<!-- Second 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>