You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/chapters/chapters.md
+91-25
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,23 @@ tags: chapters
8
8
9
9
<!-- rebuild 1 -->
10
10
11
+
<style>
12
+
.chapterli {
13
+
-webkit-box-sizing: border-box;
14
+
-moz-box-sizing: border-box;
15
+
box-sizing: border-box;
16
+
display: inline-block;
17
+
width : 24%;
18
+
padding : 15px; /* this will be applied internally, due to
19
+
box-sizing property */
20
+
vertical-align: text-top;
21
+
}
22
+
23
+
.chapter-panel {
24
+
background-color: lightgray;
25
+
margin-bottom: 6px;
26
+
}
27
+
</style>
11
28
<imgsrc="/assets/images/web/chaper-wide.jpg"alt="Bay Area Chapter Meeting">
12
29
13
30
OWASP Local Chapters build community for application security professionals around the world. Our Local Chapter Meetings are **free and open** to anyone to attend so both members and non-members are always welcomed. Local meetings include:
@@ -19,39 +36,77 @@ OWASP Local Chapters build community for application security professionals arou
19
36
Chapter pages on this site have general information and leader contact info. Local meeting RSVPs are handled through [https://meetup.com/pro/owasp](https://meetup.com/pro/owasp).
20
37
21
38
22
-
## Local Chapters by Region
23
-
{% assign regions = site.data.supported_regions %}
0 commit comments