Skip to content

Commit ab37b05

Browse files
committed
Reduce site size
1 parent 66085a7 commit ab37b05

File tree

2 files changed

+3
-25
lines changed

2 files changed

+3
-25
lines changed

index.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,10 @@
2222
<link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
2323
</head>
2424
<body>
25-
<!-- sidebar removed -->
2625
<section class="section section--hello" id="hello">
2726
<div class="section__inner">
2827
<img src="LOGO-DIGITALCIRCLE.png" alt="The Digital Circle">
29-
3028
<div class="block">
31-
<!-- numeric anchor removed -->
32-
<!-- <div class='container'>
33-
<p class='typewriter'>We love <span class='typewriter-text' data-text='[ "open source. ", "ethical software. ", "permaculture. " ]'></span>
34-
</p>
35-
</div> -->
3629
<h1>
3730
We love <a href="" class="typewrite" data-period="2000" data-type='[ "permaculture. ", "open source. " ]'>
3831
<span class="wrap"></span>
@@ -44,7 +37,6 @@ <h1>
4437
<section class="section section--intro" id="intro">
4538
<div class="section__inner">
4639
<div class="block">
47-
<!-- removed numeric anchor -->
4840
<h1>We are passionate <br>
4941
about online freedom,<br>
5042
permaculture and open tech.</h1>
@@ -61,7 +53,6 @@ <h1>We are passionate <br>
6153

6254
<div class="section__inner">
6355
<div class="block">
64-
<!-- removed numeric anchor and added heading for About -->
6556
<h2>About</h2>
6657
<p class="lead"> We met in the Permaculture Collaborative Laboratory <a href="https://perma.earth" target="_blank" class="link"> - CoLab</a> where we continue to collaborate and volunteer, and you can join too ;) .
6758
<br>Today we are collaborative micro-enterprise, that as the misson to support a just transition by building capacity among grassroots movements to contribute to the research, design and stewardship of emerging and established Information & Communication Technologies (ICTs) & other digital infrastructure which aligns with pemaculture ethics; including open knowledge, opensource, free software and open hardware; and resilient, renewable, local and low-energy ‘appropriate technologies’.
@@ -107,7 +98,6 @@ <h2>Branding</h2>
10798
<section class="section section--contact" id="contact">
10899
<div class="section__inner">
109100
<div class="block">
110-
<!-- removed numeric anchor -->
111101
<h2>For work inquiries<br>
112102
<span>please <a href="mailto:contact@thedigitalcircle.org">email us</a></span><br>
113103
<span>or <a href="https://cal.com/aimeefenech/meeting">book a meeting</a></span>

style.css

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,6 @@ a {
117117
text-decoration: none;
118118
}
119119

120-
/* sidebar and anchored numeric navigation removed */
121-
/* removed anchored navigation rules */
122-
123120
/**
124121
* The different sections
125122
*/
@@ -163,7 +160,6 @@ a {
163160
height: auto;
164161
flex: 0 0 auto;
165162
}
166-
/* restore vertical gap under the logo (previously occupied by the numeric anchor) */
167163
.section.section--hello .block {
168164
margin-top: 2.5rem;
169165
}
@@ -203,7 +199,6 @@ a {
203199
color: #111;
204200
}
205201
.section.section--portfolio svg {
206-
/* portfolio uses a shallower curve; nudge by 1px to maintain alignment with base svg change */
207202
top: -21px;
208203
fill: orange;
209204
}
@@ -228,7 +223,6 @@ a {
228223
color: #111 !important;
229224
}
230225
.section.section--portfolio1 svg {
231-
/* adjust to match the base -51px shift */
232226
top: -51px;
233227
fill: #3A99D8;
234228
}
@@ -283,8 +277,6 @@ h2, .h2 {
283277
}
284278
}
285279

286-
/* numeric anchor styles removed */
287-
288280
p {
289281
font-size: 0.75rem;
290282
line-height: 1.4;
@@ -373,15 +365,11 @@ p a:hover {
373365
.typewriter { font-size: 60px; }
374366
}
375367

376-
/* Adjust vertical rhythm in Services (section--portfolio1)
377-
Reduce the gap immediately after a heading and increase the gap
378-
after paragraphs so the visual flow reads: heading -> close paragraph -> larger gap -> next heading */
379368
.section.section--portfolio1 .block h2 {
380-
margin-top: 1rem; /* leading gap */
381-
margin-bottom: 1rem; /* match other sections' heading bottom spacing */
369+
margin-top: 1rem;
370+
margin-bottom: 1rem;
382371
}
383372
.section.section--portfolio1 .block p,
384373
.section.section--portfolio1 .block .lead {
385374
margin-top: 0.35rem;
386-
margin-bottom: 1rem; /* match other sections' paragraph bottom spacing */
387-
}
375+
margin-bottom: 1rem;

0 commit comments

Comments
 (0)