Skip to content

Commit 04f6c04

Browse files
committed
deploy: 3f48f65
1 parent d88f8f5 commit 04f6c04

File tree

3 files changed

+103
-0
lines changed

3 files changed

+103
-0
lines changed

.lektor/buildstate

0 Bytes
Binary file not shown.

book-club/index.html

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
<!doctype html>
2+
<meta charset="utf-8">
3+
<head>
4+
5+
<link rel="stylesheet" href="../static/normalize.css">
6+
<link rel="stylesheet" href="../static/skeleton.css">
7+
<link rel="stylesheet" href="../static/style.css">
8+
<link rel="stylesheet" href="../static/pygments.css">
9+
10+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
11+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
12+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
13+
<link rel="manifest" href="/site.webmanifest">
14+
15+
<!-- Mobile Specific Metas
16+
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
17+
<meta name="viewport" content="width=device-width, initial-scale=1">
18+
19+
<!-- FONT
20+
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
21+
22+
<title>MadPy Book Club — MadPy</title>
23+
24+
<meta property="og:image" content="https://madpy.com/static/images/madpy-logo-1024x1024.png"/>
25+
<meta property="og:image:width" content="1024"/>
26+
<meta property="og:image:height" content="1024"/>
27+
28+
29+
<meta property="og:title" content="MadPy"/>
30+
31+
32+
<meta property="og:description" content="Wisconsin's largest Python user group. We're a community that engages in all things surrounding the Python programming language. We welcome all levels of experience and interests (e.g. Python's use in data science, web development, hobby projects, anything!). We meet on the second Thursday of every month from 6:30-8:00 PM at the Madison Public Library — 201 W Mifflin St, 3rd Floor."/>
33+
34+
</head>
35+
<body>
36+
<div class="container">
37+
38+
<div class="row">
39+
<div class="three columns">
40+
<nav>
41+
<h3 id="logo"><img src="../static/images/madpy-logo.svg" alt="MadPy logo" width="200" height="200"></h3>
42+
<ul>
43+
<li><a href="../">About</a></li>
44+
45+
<li><a href="../meetups/">Events</a></li>
46+
47+
<li><a href="../sponsorship/">Sponsorship</a></li>
48+
49+
<li><a target="_blank" href="https://slack.madpy.com/">Slack</a></li>
50+
<li><a target="_blank" rel="me" href="https://fosstodon.org/@madpy">Mastodon</a>
51+
<li><a target="_blank" href="https://github.com/madison-python">GitHub</a>
52+
<li><a target="_blank" href="https://www.meetup.com/MadPython/">Meetup.com</a>
53+
</ul>
54+
</nav>
55+
&nbsp;
56+
</div>
57+
58+
<div class="nine columns">
59+
60+
<h2 class="page-title">MadPy Book Club</h2>
61+
<h3 class="page-subtitle">Come Learn with MadPy</h3>
62+
<p><img src="/static/images/bookclub-logo.png" width=300px /></p>
63+
<h2>Introduction</h2>
64+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus imperdiet, nulla et dictum interdum, nisi lorem egestas odio, vitae scelerisque enim ligula venenatis dolor.</p>
65+
<h2>Why Use Lorem Ipsum?</h2>
66+
<ul>
67+
<li>It provides a natural flow of text.</li>
68+
<li>Helps designers focus on layout.</li>
69+
<li>Avoids distractions from actual content.</li>
70+
</ul>
71+
<h2>A Closer Look</h2>
72+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque in ipsum id orci porta dapibus. Donec sollicitudin molestie malesuada.</p>
73+
<blockquote><p>"Lorem ipsum is the best known dummy text in the industry."</p>
74+
</blockquote>
75+
<h2>Conclusion</h2>
76+
<p>Using placeholder text allows you to visualize your layout before finalizing content. Lorem ipsum continues to be a valuable tool in design and development.</p>
77+
<hr>
78+
<p><em>Written by John Doe</em><br>
79+
Published on February 11, 2025</p>
80+
81+
<script src="add_email.js"></script>
82+
83+
84+
</div>
85+
86+
</div>
87+
</div>
88+
89+
<!-- JS
90+
================================================== -->
91+
<script src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
92+
93+
<!-- <script>
94+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
95+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
96+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
97+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
98+
99+
ga('create', 'UA-100252062-1', 'auto');
100+
ga('send', 'pageview');
101+
102+
</script> -->
103+
</body>

static/images/bookclub-logo.png

320 KB
Loading

0 commit comments

Comments
 (0)