generated from pyladies/pyladies-blank-github-pages-website-template
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
categories.html
81 lines (65 loc) · 2.92 KB
/
categories.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
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<meta charset="utf-8">
<title>PyLadies São Carlos - Categories</title>
<meta name="author" content="PyLadies São Carlos">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="canonical" href="">
<link href="/favicon.png" rel="icon">
<link href="/theme/css/screen.css" media="screen, projection" rel="stylesheet" type="text/css" />
<link href="/theme/css/tomorrow.css" media="screen, projection" rel="stylesheet" type="text/css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.js"></script>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
</head>
<body>
<div class="topnav" id="myTopnav">
<div class="topnav-left">
<a href="https://instagram.com/pyladiessanca"><img src="/theme/images/icons8-instagram-logo-24.png"/></a>
<a href="https://linkedin.com/company/pyladiessanca"><img src="/theme/images/glyphicons_social_17_linked_in.png"/></a>
<a href="mailto:[email protected]"><img src="/theme/images/glyphicons_social_39_e-mail.png"/></a>
<a href="https://github.com/pyladiessanca"><img src="/theme/images/glyphicons_social_21_github.png"/></a>
<a href="https://twitter.com/pyladiessanca"><img src="/theme/images/glyphicons_social_31_twitter.png"/></a>
</div>
<div class="home-icon">
<a href="/">
<img src="/theme/images/home.png"/>
</a>
</div>
<div class="topnav-right">
<a href="/./archives.html">Blog</a>
<a href="/./index.html">Sobre</a>
<a href="/./parcerias.html">Parcerias</a>
</div>
</div>
<div class="home-page">
<div class="hero">
<div class="hero-content">
<img src="/theme/images/header.svg" alt="Logos" width="500" height="500">
</div>
</div>
<div class="home-field">
<div class="home-landing her-row">
<div class="container"> </div>
</div>
<h1>Categories on PyLadies São Carlos</h1>
<ul>
<li><a href="/category/pyquenique.html">pyquenique</a> (2)</li>
<li><a href="/category/site.html">site</a> (1)</li>
</ul>
</div>
<footer id="footer" class="her-row">
<div class="container">
<div class="row">
<h4>PyLadies São Carlos</h4>
</div>
</div>
</footer>
</body>
</html>