Skip to content

Commit 48cb864

Browse files
Merge pull request #1 from MemphisPython/simplify
Simplify.
2 parents afaaac9 + 4333174 commit 48cb864

File tree

6 files changed

+8044
-209
lines changed

6 files changed

+8044
-209
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.DS_Store
22
*.swp
33
*.pyc
4+
node_modules/

index.html

Lines changed: 120 additions & 209 deletions
Original file line numberDiff line numberDiff line change
@@ -3,220 +3,132 @@
33
xmlns:og="http://ogp.me/ns#"
44
xmlns:fb="https://www.facebook.com/2008/fbml">
55
<head>
6-
<title>MEMpy</title>
7-
<!-- Using the latest rendering mode for IE -->
8-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
9-
<meta charset="utf-8">
10-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
11-
12-
13-
14-
<link rel="canonical" href="https://www.mempy.org">
15-
<meta name="author" content="The Memphis Python User Group" />
16-
17-
<!-- Open Graph tags -->
18-
<meta property="og:site_name" content="MEMpy" />
19-
<meta property="og:type" content="website"/>
20-
<meta property="og:title" content="MEMpy"/>
21-
<meta property="og:url" content="https://www.mempy.org"/>
22-
<meta property="og:description" content="MEMpy"/>
23-
24-
<meta name="twitter:card" content="summary">
25-
<meta name="twitter:site" content="@MemphisPython">
26-
<meta name="twitter:creator" content="@MemphisPython">
27-
<meta name="twitter:domain" content="https://www.mempy.org">
28-
29-
<!-- Bootstrap -->
30-
<link rel="stylesheet" href="https://www.mempy.org/theme/css/bootstrap.united.min.css" type="text/css"/>
31-
<link href="https://www.mempy.org/theme/css/font-awesome.min.css" rel="stylesheet">
32-
33-
<link href="https://www.mempy.org/theme/css/pygments/native.css" rel="stylesheet">
34-
<link rel="stylesheet" href="https://www.mempy.org/theme/css/style.css" type="text/css"/>
35-
36-
<link href="https://www.mempy.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate"
37-
title="MEMpy ATOM Feed"/>
38-
6+
<title>MEMpy: Memphis Python User Group</title>
7+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
8+
<meta charset="utf-8">
9+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
10+
11+
<link rel="canonical" href="https://www.mempy.org">
12+
<meta name="author" content="The Memphis Python User Group" />
13+
14+
<!-- Open Graph tags -->
15+
<meta property="og:site_name" content="MEMpy" />
16+
<meta property="og:type" content="website"/>
17+
<meta property="og:title" content="MEMpy"/>
18+
<meta property="og:url" content="https://www.mempy.org"/>
19+
<meta property="og:description" content="The Memphis Python User Group meets every 3rd Monday of the month."/>
20+
21+
<meta name="twitter:card" content="summary">
22+
<meta name="twitter:site" content="@MemphisPython">
23+
<meta name="twitter:creator" content="@MemphisPython">
24+
<meta name="twitter:domain" content="https://www.mempy.org">
25+
26+
<!-- CSS / Fonts-->
27+
<!-- TODO: replace the below with a custom bulma -->
28+
<link rel="stylesheet" href="/static/css/mempystyles.css" type="text/css"/>
3929
</head>
40-
<body>
4130

42-
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
43-
<div class="container">
44-
<div class="navbar-header">
45-
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
46-
<span class="sr-only">Toggle navigation</span>
47-
<span class="icon-bar"></span>
48-
<span class="icon-bar"></span>
49-
<span class="icon-bar"></span>
50-
</button>
51-
<a href="https://www.mempy.org/" class="navbar-brand">
52-
MEMpy </a>
53-
</div>
54-
<div class="collapse navbar-collapse navbar-ex1-collapse">
55-
<ul class="nav navbar-nav">
56-
<li><a href="https://www.mempy.org/pages/about-mempy.html">
57-
About MEMpy
58-
</a></li>
59-
<li><a href="https://www.mempy.org/pages/jobs.html">
60-
Jobs
61-
</a></li>
62-
<li><a href="https://www.mempy.org/pages/memtech.html">
63-
#memtech
64-
</a></li>
65-
<li >
66-
<a href="https://www.mempy.org/category/meetings.html">Meetings</a>
67-
</li>
68-
<li >
69-
<a href="https://www.mempy.org/category/announcements.html">Announcements</a>
70-
</li>
71-
</ul>
72-
<ul class="nav navbar-nav navbar-right">
73-
<li><a href="https://www.mempy.org/archives.html"><i class="fa fa-th-list"></i><span class="icon-label">Archives</span></a></li>
74-
</ul>
75-
</div>
76-
<!-- /.navbar-collapse -->
31+
<body>
32+
<section class="hero is-medium is-primary">
33+
<div class="hero-body">
34+
<div class="container">
35+
<h1 class="title">MEMpy: The Memphis Python User Group</h1>
36+
<h2 class="subtitle">
37+
Talkin' <a href="https://python.org">python</a> &amp; tech in
38+
Memphis, TN since 2011.
39+
</h2>
40+
</div>
7741
</div>
78-
</div> <!-- /.navbar -->
79-
<!-- Banner -->
80-
<!-- End Banner -->
81-
<div class="container">
82-
<div class="row">
83-
<div class="col-sm-9">
84-
85-
86-
<div class="alert alert-info" role="alert">
87-
<strong><i class="fa fa-warning"></i> Look for us on meetup.com</strong>
88-
<p>For the most up-to-date information on our meetings, look for the
89-
Python User Group on the <strong><a href="https://www.meetup.com/memphis-technology-user-groups/events/">
90-
Memphis Technology User Groups meetup account</a></strong>.</p>
91-
</div>
92-
93-
<article>
94-
<h2><a href="https://www.mempy.org/june-17-2019.html">June 17, 2019</a></h2>
95-
<div class="summary"><p>Join us for the June 2019 Python User Group meeting.</p>
96-
<div class="section" id="time-date">
97-
<h2>Time &amp; Date</h2>
98-
<div class="line-block">
99-
<div class="line">Time: 6:30pm - 8:30pm</div>
100-
<div class="line">Date: Monday, June 17, 2019</div>
101-
</div>
102-
</div>
103-
<div class="section" id="location">
104-
<h2>Location</h2>
105-
<p>We'll be graciously hosted by the
106-
<a class="reference external" href="http://fedex.memphis.edu/">FedEx Institute of Technology</a>.
107-
Here's a link to a <a class="reference external" href="https://goo.gl/RsjTJb">Google Map</a>.</p>
108-
<ul class="simple">
109-
<li><strong>Room</strong>: FIT 225 (2nd floor)</li>
110-
<li><strong>Parking</strong>: The <a class="reference external" href="https://www.google.com/maps/d/viewer?mid=z7eJgDchpI68.kevkGtJ3KYwo">Deloach ...</a></li></ul></div>
111-
<a class="btn btn-default btn-xs" href="https://www.mempy.org/june-17-2019.html">more ...</a>
112-
</div>
113-
</article>
114-
<hr/>
115-
<article>
116-
<h2><a href="https://www.mempy.org/may-20-2019.html">May 20, 2019</a></h2>
117-
<div class="summary"><p>Join us for the May 2019 Python User Group meeting.</p>
118-
<div class="section" id="time-date">
119-
<h2>Time &amp; Date</h2>
120-
<div class="line-block">
121-
<div class="line">Time: 6:30pm - 8:30pm</div>
122-
<div class="line">Date: Monday, May 20, 2019</div>
123-
</div>
124-
</div>
125-
<div class="section" id="location">
126-
<h2>Location</h2>
127-
<p>We'll be graciously hosted by the
128-
<a class="reference external" href="http://fedex.memphis.edu/">FedEx Institute of Technology</a>.
129-
Here's a link to a <a class="reference external" href="https://goo.gl/RsjTJb">Google Map</a>.</p>
130-
<ul class="simple">
131-
<li><strong>Room</strong>: FIT 225 (2nd floor)</li>
132-
<li><strong>Parking</strong>: The <a class="reference external" href="https://www.google.com/maps/d/viewer?mid=z7eJgDchpI68.kevkGtJ3KYwo">Deloach ...</a></li></ul></div>
133-
<a class="btn btn-default btn-xs" href="https://www.mempy.org/may-20-2019.html">more ...</a>
134-
</div>
135-
</article>
136-
<hr/>
137-
138-
<ul class="pager">
139-
<li class="previous disabled"><a href="#">&larr; Newer</a></li>
140-
<li class="next"><a
141-
href="https://www.mempy.org/index2.html">Older &rarr;</a></li>
142-
</ul>
42+
<div class="hero-foot">
43+
<nav class="tabs">
44+
<div class="container">
45+
<ul>
46+
<li><a href="#meetings">Meetings</a></li>
47+
<li><a href="#connect">Connect with Us</a></li>
48+
<li><a href="#memtech">#memtech Friends</a></li>
49+
<li><a href="#speak">Speak at MEMpy</a></li>
14350
</div>
144-
<div class="col-sm-3" id="sidebar">
145-
<aside>
146-
147-
<section class="well well-sm">
148-
<ul class="list-group list-group-flush">
149-
<li class="list-group-item"><h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Connect with Us</span></h4>
150-
<ul class="list-group" id="social">
151-
<li class="list-group-item"><a href="https://www.meetup.com/memphis-technology-user-groups/"><i class="fa fa-users fa-lg"></i> Meetup</a></li>
152-
<li class="list-group-item"><a href="https://twitter.com/MemphisPython"><i class="fa fa-twitter-square fa-lg"></i> Twitter</a></li>
153-
<li class="list-group-item"><a href="https://facebook.com/MemphisPython"><i class="fa fa-facebook-square fa-lg"></i> Facebook</a></li>
154-
<li class="list-group-item"><a href="https://bit.ly/mempy-google-group"><i class="fa fa-envelope-square fa-lg"></i> Mailing List</a></li>
155-
<li class="list-group-item"><a href="mailto:brad@mempy.org"><i class="fa fa-envelope-square fa-lg"></i> Email Us</a></li>
156-
</ul>
157-
</li>
158-
159-
160-
161-
<li class="list-group-item"><h4><i class="fa fa-external-link-square fa-lg"></i>
162-
<span class="icon-label">Visit our Friends</span></h4>
163-
<ul class="list-group" id="links">
164-
<li class="list-group-item">
165-
<a href="https://memphiswebworkers.com/" target="_blank">
166-
WebWorkers
167-
</a>
168-
</li>
169-
<li class="list-group-item">
170-
<a href="https://www.memphisphp.org/" target="_blank">
171-
MemphisPHP
172-
</a>
173-
</li>
174-
<li class="list-group-item">
175-
<a href="https://hackmemphis.com/" target="_blank">
176-
HACKmemphis
177-
</a>
178-
</li>
179-
<li class="list-group-item">
180-
<a href="https://memphistechnology.org" target="_blank">
181-
MTF
182-
</a>
183-
</li>
184-
<li class="list-group-item">
185-
<a href="https://www.pytennessee.org/" target="_blank">
186-
PyTN
187-
</a>
188-
</li>
189-
</ul>
190-
</li>
191-
</ul>
192-
</section>
193-
</aside>
51+
</nav>
52+
</div>
53+
</section>
54+
55+
<section class="section is-medium" id="meetings">
56+
<div class="container">
57+
<div class="content">
58+
<h3>Meetings</h3>
59+
<p class="is-size-5">We usually meet every 3<sup>rd</sup> Monday of the month at 6:30pm at
60+
the <a href="https://goo.gl/maps/XwvrpSXiiUqomKST8">FedEx Institute of Technology</a>.
61+
For more details, look for us on <a href="https://www.meetup.com/memphis-technology-user-groups">meetup.com</a>.
62+
</p>
63+
64+
<p class="has-text-centered">
65+
<a href="https://www.meetup.com/memphis-technology-user-groups">
66+
<img src="https://secure.meetupstatic.com/s/img/5455565085016210254/logo/svg/logo--script.svg"
67+
alt="Look for us on meetup.com"
68+
style="max-width:50%">
69+
</a>
70+
</p>
71+
<div class="has-text-centered">
72+
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3263.400250587768!2d-89.94226004828181!3d35.121684080231915!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x887f86b41c7e48bd%3A0x628f7a8a13bb0085!2sFedEx+Institute+of+Technology!5e0!3m2!1sen!2sus!4v1561758748020!5m2!1sen!2sus" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
19473
</div>
74+
</div>
19575
</div>
196-
</div>
197-
<footer>
198-
<div class="container">
199-
<hr>
200-
<div class="row">
201-
<div class="col-xs-10">&copy; 2019 The Memphis Python User Group
202-
&middot; Powered by <a href="https://github.com/DandyDev/pelican-bootstrap3" target="_blank">pelican-bootstrap3</a>,
203-
<a href="http://docs.getpelican.com/" target="_blank">Pelican</a>,
204-
<a href="http://getbootstrap.com" target="_blank">Bootstrap</a> </div>
205-
<div class="col-xs-2"><p class="pull-right"><i class="fa fa-arrow-up"></i> <a href="#">Back to top</a></p></div>
76+
</section>
77+
78+
<section class="section is-medium has-background-light" id="connect">
79+
<div class="container">
80+
<div class="content">
81+
<h3>Connect with Us</h3>
82+
<p class="is-size-5">Connect with us on
83+
<a href="http://www.meetup.com/memphis-technology-user-groups/">Meetup</a>,
84+
<a href="http://twitter.com/MemphisPython">Twitter</a>,
85+
<a href="http://facebook.com/MemphisPython">Facebook</a>, or join
86+
our super-low-traffic <a href="http://bit.ly/mempy-google-group">Mailing List</a>.
87+
</p>
20688
</div>
207-
</div>
208-
</footer>
209-
<script src="https://www.mempy.org/theme/js/jquery.min.js"></script>
210-
211-
<!-- Include all compiled plugins (below), or include individual files as needed -->
212-
<script src="https://www.mempy.org/theme/js/bootstrap.min.js"></script>
213-
214-
<!-- Enable responsive features in IE8 with Respond.js (https://github.com/scottjehl/Respond) -->
215-
<script src="https://www.mempy.org/theme/js/respond.min.js"></script>
89+
</div>
90+
</section>
91+
92+
<section class="section is-medium" id="memtech">
93+
<div class="container">
94+
<div class="content">
95+
<h3><kbd>#memtech</kbd> Friends</h3>
96+
<p class="is-size-5">
97+
We are just one of many the <kbd>#memtech</kbd> user groups happening
98+
in Memphis, TN. Visi <a href="http://www.memphistechnology.org/user-groups/">
99+
memphistechnology.org</a> to learn about &amp; connect with others.
100+
</p>
101+
</div>
102+
</div>
103+
</section>
104+
105+
<section class="section is-medium has-background-light" id="speak">
106+
<div class="container">
107+
<div class="content">
108+
<h3>Speak at MEMpy</h3>
109+
<p class="is-size-5">
110+
Have a talk you'd like to give? Or maybe a project (personal, open-source,
111+
new startup) you'd like to share with a technical audience? Getting
112+
on our calendar is pretty easy, just ...
113+
</p>
114+
<p class="has-text-centered">
115+
<a class="button is-large is-primary"
116+
href="mailto:brad@mempy.org?subject=I want to speak at MEMpy">Email Us</a>
117+
</p>
118+
</div>
119+
</div>
120+
</section>
216121

217-
<!-- Google Analytics -->
218-
<script type="text/javascript">
122+
<footer class="footer">
123+
<div class="content has-text-centered">
124+
<p>
125+
We're on <a href="https://github.com/MemphisPython/MemphisPython.github.io">GitHub</a>!
126+
</p>
127+
</div>
128+
</footer>
219129

130+
<!-- Google Analytics -->
131+
<script type="text/javascript">
220132
var _gaq = _gaq || [];
221133
_gaq.push(['_setAccount', 'UA-46826960-1']);
222134
_gaq.push(['_trackPageview']);
@@ -229,8 +141,7 @@ <h2>Location</h2>
229141
var s = document.getElementsByTagName('script')[0];
230142
s.parentNode.insertBefore(ga, s);
231143
})();
232-
</script>
233-
<!-- End Google Analytics Code -->
234-
144+
</script>
145+
<!-- End Google Analytics Code -->
235146
</body>
236-
</html>
147+
</html>

0 commit comments

Comments
 (0)