-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cyberladies.html
135 lines (111 loc) · 4.21 KB
/
Cyberladies.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
<!DOCTYPE HTML>
<!--
Road Trip by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Leading Cyber Ladies</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="subpage">
<!-- Header -->
<header id="header" class="alt">
<div class="logo"><a href="index.html">Leading Cyber Ladies</a></div>
<a href="#menu"><span>Menu</span></a>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="chapters.html">Chapters</a></li>
<li><a href="ctf.html">CTF 2021</a></li>
<li><a href="Cyberladies.html">The Cyber Ladies</a></li>
<li><a href="OSCP.html">OSCP</a></li>
<li><a href="partners.html">Partners</a></li>
<li><a href="about.html">About</a></li>
<li><a href="Contact.html">Contact</a></li>
</ul>
</nav>
<!--
Note: To show a background image, set the "data-bg" attribute below
to the full filename of your image. This is used in each section to set
the background image.
-->
<section id="post" class="wrapper bg-img" data-bg="banner5_dark.jpg">
<div class="inner">
<div class="box" style="padding: 0px;">
<div>
<h2>Our leading Cyber Ladies</h2>
<p>Be inspired! Join the movement of Leading Cyber Ladies!</p>
</div>
<div style="display: flex; flex-direction: row; flex-wrap: nowrap;">
<div class="4u 12u$(medium)">
<h3>Reut Menashe</h3>
<p><a href="https://twitter.com/Reutooo_">@Reutooo_</a></p>
<span class="image fit" style="width: 165px;"><img src="images/reut.jpg" alt="" /></span>
</div>
<div class="4u 12u$(medium)">
<h3>Keren Elazari</h3>
<p><a href="https://twitter.com/k3r3n3">@k3r3n3</a></p>
<span class="image fit"><img src="images/keren.jpg" alt="" /></span>
</div>
<div class="4u 12u$(medium)">
<h3>Helen Oakley</h3>
<p><a href="https://twitter.com/e2hln">@e2hln</a></p>
<span class="image fit"><img src="images/helen.jpg" alt="" /></span>
</div>
<div class="4u$ 12u$(medium)">
<h3>Hila Meller</h3>
<p><a href="https://it.linkedin.com/in/hilameller">LinkedIn</a></p>
<span class="image fit"><img src="images/hila.jpg" alt="" /></span>
</div>
<div class="4u 12u$(medium)">
<h3>Neetika Bhargava</h3>
<p><a href="https://twitter.com/NeetikaBhargava">@NeetikaBhargava</a></p>
<span class="image fit"><img src="images/Neetika.png" alt="" /></span>
</div>
<div class="4u 12u$(medium)">
<h3>Bobbi Montgomery Heath </h3>
<p><a href="https://twitter.com/heath_bobbi">@heath_bobbi</a></p>
<span class="image fit"><img src="images/heath_bobbi.png" alt="" /></span>
</div>
<div class="4u 12u$(medium)">
<h3>Kana Shinoda </h3>
<p><a href="https://www.linkedin.com/in/kanas?originalSubdomain=jp">LinkedIn</a></p>
<span class="image fit"><img src="images/Kana Shinoda.png" alt="" /></span>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="https://www.linkedin.com/company/leading-cyber-ladies" class="icon round fa-linkedin"><span
class="label">LinkedIn</span></a></li>
<li><a href="https://twitter.com/LadiesCyber" class="icon round fa-twitter"><span
class="label">Twitter</span></a></li>
<li><a href="https://www.instagram.com/leadingcyberladies" class="icon round fa-instagram"><span
class="label">Instagram</span></a></li>
</ul>
<div class="copyright">
info@leadingcyberladies.com <br>
© Leeading Cyber Ladies. Design: <a href="https://templated.co">TEMPLATED</a>. Images: <a
href="https://unsplash.com">Unsplash</a>.
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>