-
Notifications
You must be signed in to change notification settings - Fork 22
/
linkedin.html
146 lines (132 loc) · 6.09 KB
/
linkedin.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!---Favicon-->
<link rel="icon" type="image/png" href="images/logo.png" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous" />
<!--Custom CSS-->
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="custom.css" />
<!---FontAwesome-->
<script src="https://use.fontawesome.com/2445c4adc5.js"></script>
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Nunito:200,300,400,700" rel="stylesheet" />
<title>Codess.Cafe | Pro-bono mentorship program for women in tech | youtube</title>
<meta property="og:url" content="http://codess.cafe">
<meta property="og:type" content="website">
<meta property="og:title" content="Codess.Cafe - Pro-bono mentorship program for women in tech">
<meta property="og:description" content="Come be a part of a vibrant community of growth oriented women in tech">
<meta property="og:image" content="http://prateknarang.com/images/DSAIcon.png">
<style type="text/css">
.announcement {
background-color: #7ac25b;
/*#7ac25b;*/
}
.announcement a {
color: white;
text-decoration: none;
font-weight: 1000;
font-size: 1.2em;
}
.announcement a span {
color: yellow;
;
}
</style>
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-MJTJ4NT');
</script>
<!-- End Google Tag Manager -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MJTJ4NT" height="0" width="0"
style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- Bootstrap JavaScript -->
<section id="cover-banner" class="w-100">
<div class="container-nav" id="home">
<!-- Nav Bar -->
<nav class="navbar navbar-expand-lg navbar-dark">
<a class="navbar-brand" href="index.html">
<img src="./images/logo.gif" height="80" alt="">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#footer">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
<!-- social side bar -->
<nav class="social">
<ul>
<li><a href="twitter.html">Twitter <i class="fa-brands fa-x-twitter social_icons"></i></a></li>
<li><a href="linkedin.html">LinkedIn <i class="fa fa-linkedin social_icons"></i></a></li>
<li><a href="medium.html">Medium <i class="fa fa-medium social_icons"></i></a></li>
<li><a href="youtube.html">Youtube <i class="fa fa-youtube social_icons"></i></a></li>
</ul>
</nav>
<!--Cover Text and Graphic-->
<div class="container">
<div class="row justify-content-between align-items-center py-5">
<div class='sk-ww-linkedin-page-post' data-embed-id='90174'></div><script src='https://widgets.sociablekit.com/linkedin-page-posts/widget.js' async defer></script>
</div>
</section>
<!--Footer-->
<!-- <section id="footer" class="p-5"> -->
<div class="footer-dark" id="footer">
<footer>
<div class="container-footer">
<div class="row">
<div class="col-md-6 item">
<img class="footer-logo" src="images/logo.gif" alt="">
</div>
<div class="col-sm-6 col-md-6 item">
<p class="footer-logo-text">Codess.Cafe was started with a vision to empower women in tech
to grab the opportunities they
deserve.
With dedicated, quality guidance and mentorship, we wish to improve the represenation of
women in
high impact organisations for a better and more inclusive future.</p>
<div class="col item social1"><a href="#"><i class="fa fa-envelope envelope social_icons"></i></a><a
href="#"><i class="fa-brands fa-x-twitter social_icons"></i></a><a href="#"><i
class="fa fa-linkedin linkedin social_icons"></i></a><a href="#"><i
class="fa fa-medium medium social_icons"></i></a><a href="#"><i
class="fa fa-youtube youtube social_icons"></i></a></div>
</div>
</div>
<br><br>
<hr class="one">
<p class="copyright">© <span id="copyright-year"></span> Codess.Cafe, All Right Reserved</p>
</div>
</footer>
</div>
<!-- copyright-year Script -->
<script src="./copyrightYear.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/js/bootstrap.bundle.min.js"></script>
</body>
</html>