Skip to content

Commit aad63dd

Browse files
authored
Refactor HTML structure in ideas.html
Removed unnecessary closing div tags and comments for better HTML structure.
1 parent 42a639d commit aad63dd

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

ideas.html

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,8 @@
5050
<a href="index.html#contact" class="pure-menu-link">Contact</a>
5151
</li>
5252
</ul>
53-
</div>
54-
</div>
55-
<!-- menu -->
53+
</div><!-- !pure-menu -->
54+
</div><!-- !menu -->
5655

5756
<!-- How to apply -->
5857
<a id="ideas"></a>
@@ -68,7 +67,7 @@ <h2>Mentoring orgs for GSoC 2026 have not been announced!</h2>
6867
<p>Mentors: If you're a sub-org who wants to join, please
6968
<a href="https://python-gsoc.org/mentors.html#sub-orgs">read the information for sub-orgs</a>.
7069
</p>
71-
</div>
70+
</div><!-- !pure-u-1 -->
7271
</div><!-- !warning -->
7372
<br />
7473
</div><!-- !Ideas -->
@@ -81,13 +80,13 @@ <h2>Mentoring orgs for GSoC 2026 have not been announced!</h2>
8180
<div class="pure-g">
8281
<div class="pure-u-1 pure-u-md-1-2 logo">
8382
<img src="/logos/borg_256.png" />
84-
</div>
83+
</div><!-- !pure-u-1 -->
8584
<div class="pure-u-1 pure-u-md-1-2">
8685
<h2>
8786
Borg Collective
8887
</h2>
89-
</div>
90-
</div>
88+
</div><!-- !pure-u-1 -->
89+
</div><!-- !pure-g -->
9190
<br />
9291
We are the Borg Collective and maintain multiple Python-based backup tools that are often used in combination: Borg, Borgmatic and Vorta. The core Borg tool is a deduplicating archiver with compression and deduplication. Vorta is a desktop backp client that integrtes with Linux and macOS desktops. Borgmatic is a wrapper for server systems that also takes care of database backups and pre-backup commands.
9392
<div class="pure-g">
@@ -109,10 +108,10 @@ <h2>
109108
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
110109
<p><a href="https://github.com/borgbase/vorta/" alt="Borg Collective">Source Code</a></p>
111110
</div>
112-
</div>
111+
</div><!-- !pure-g -->
113112
<hr>
114-
</div>
115-
<!--- break --->
113+
</div><!-- !pure-u-1 -->
114+
<!--- break --->
116115
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1 shuffleMe">
117116
<div class="pure-g">
118117
<div class="pure-u-1 pure-u-md-1-2 logo">
@@ -152,7 +151,12 @@ <h2>
152151
<hr>
153152
</div>
154153
<!--- break --->
155-
</div>
154+
</div><!-- !container -->
155+
156+
<!-- Past here finishes out the list -->
157+
158+
<div id="container">
159+
<!--- break --->
156160
<div class="content">
157161
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1">
158162
<h2 class="content-head content-head">Not participating in GSoC2026</h2>

0 commit comments

Comments
 (0)