Skip to content

Commit 52b89b0

Browse files
committed
moved style to index
1 parent 0773447 commit 52b89b0

File tree

6 files changed

+172
-164
lines changed

6 files changed

+172
-164
lines changed

_sass/minima/_base.scss

Lines changed: 1 addition & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -353,85 +353,4 @@ table {
353353
margin-bottom: 50px; /* Increase this value to add more space between publications */
354354
border-bottom: 1px solid #ddd;
355355
padding-bottom: 15px;
356-
}
357-
358-
/**
359-
* News
360-
*/
361-
.recent-news {
362-
margin: 50px 0;
363-
text-align: center;
364-
}
365-
366-
.news-carousel {
367-
background-color: #f5f5f5; /* Light gray background */
368-
padding: 20px; /* Add padding around the content */
369-
border-radius: 10px; /* Optional: round the corners */
370-
}
371-
372-
.news-list {
373-
list-style: none;
374-
padding: 0;
375-
margin: 0;
376-
}
377-
378-
.news-list li {
379-
display: none;
380-
font-size: 1.2em;
381-
padding: 20px;
382-
border-bottom: 1px solid #ddd;
383-
}
384-
385-
.news-list li h3 {
386-
margin: 0;
387-
font-size: 1.5em;
388-
}
389-
390-
.news-list li p {
391-
margin: 10px 0;
392-
}
393-
394-
395-
/**
396-
* Home page content
397-
*/
398-
.homepage-content {
399-
text-align: center;
400-
padding: 20px;
401-
}
402-
403-
.image-container {
404-
text-align: center;
405-
margin-bottom: 20px;
406-
}
407-
408-
.homepage-content p {
409-
font-size: 1.2em;
410-
line-height: 1.6;
411-
margin-bottom: 20px;
412-
}
413-
414-
.homepage-content ul {
415-
list-style-type: none;
416-
padding: 0;
417-
font-size: 1.2em;
418-
}
419-
420-
.homepage-content ul li {
421-
margin-bottom: 10px;
422-
}
423-
424-
.homepage-content a {
425-
color: #007acc;
426-
text-decoration: none;
427-
}
428-
429-
.homepage-content a:hover {
430-
text-decoration: underline;
431-
}
432-
433-
.align-center {
434-
display: block;
435-
margin: 0 auto;
436-
}
437-
356+
}

_site/assets/css/style.css

Lines changed: 0 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_site/assets/css/style.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_site/feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.4">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2024-10-15T10:33:10+02:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">Northernmost GraphML Group</title><subtitle>The Northermost GraphML group in the world, based in Tromsø, Norway.
1+
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.4">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2024-10-15T10:37:46+02:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">Northernmost GraphML Group</title><subtitle>The Northermost GraphML group in the world, based in Tromsø, Norway.
22
</subtitle></feed>

_site/index.html

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,90 @@ <h2>ℹ️ About us</h2>
152152
<li>If you are a student looking for a master project or a summer job, have a look at our <a href="studentprojects.md">student projects</a> page.</li>
153153
</ul>
154154
</div>
155+
156+
<style>
157+
158+
/**
159+
* News
160+
*/
161+
.recent-news {
162+
margin: 50px 0;
163+
text-align: center;
164+
}
165+
166+
.news-carousel {
167+
background-color: #f5f5f5; /* Light gray background */
168+
padding: 20px; /* Add padding around the content */
169+
border-radius: 10px; /* Optional: round the corners */
170+
}
171+
172+
.news-list {
173+
list-style: none;
174+
padding: 0;
175+
margin: 0;
176+
}
177+
178+
.news-list li {
179+
display: none;
180+
font-size: 1.2em;
181+
padding: 20px;
182+
border-bottom: 1px solid #ddd;
183+
}
184+
185+
.news-list li h3 {
186+
margin: 0;
187+
font-size: 1.5em;
188+
}
189+
190+
.news-list li p {
191+
margin: 10px 0;
192+
}
193+
194+
195+
/**
196+
* Home page content
197+
*/
198+
.homepage-content {
199+
text-align: center;
200+
padding: 20px;
201+
}
202+
203+
.image-container {
204+
text-align: center;
205+
margin-bottom: 20px;
206+
}
207+
208+
.homepage-content p {
209+
font-size: 1.2em;
210+
line-height: 1.6;
211+
margin-bottom: 20px;
212+
}
213+
214+
.homepage-content ul {
215+
list-style-type: none;
216+
padding: 0;
217+
font-size: 1.2em;
218+
}
219+
220+
.homepage-content ul li {
221+
margin-bottom: 10px;
222+
}
223+
224+
.homepage-content a {
225+
color: #007acc;
226+
text-decoration: none;
227+
}
228+
229+
.homepage-content a:hover {
230+
text-decoration: underline;
231+
}
232+
233+
.align-center {
234+
display: block;
235+
margin: 0 auto;
236+
}
237+
238+
</style>
155239
</div>
156240
</main><footer class="site-footer h-card">
157241
<data class="u-url" href="/"></data>

index.html

Lines changed: 85 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,88 @@ <h2>ℹ️ About us</h2>
7777
<li>See our <a href="events.md">Events page</a> for the local events and activities that we organize.</li>
7878
<li>If you are a student looking for a master project or a summer job, have a look at our <a href="studentprojects.md">student projects</a> page.</li>
7979
</ul>
80-
</div>
80+
</div>
81+
82+
<style>
83+
84+
/**
85+
* News
86+
*/
87+
.recent-news {
88+
margin: 50px 0;
89+
text-align: center;
90+
}
91+
92+
.news-carousel {
93+
background-color: #f5f5f5; /* Light gray background */
94+
padding: 20px; /* Add padding around the content */
95+
border-radius: 10px; /* Optional: round the corners */
96+
}
97+
98+
.news-list {
99+
list-style: none;
100+
padding: 0;
101+
margin: 0;
102+
}
103+
104+
.news-list li {
105+
display: none;
106+
font-size: 1.2em;
107+
padding: 20px;
108+
border-bottom: 1px solid #ddd;
109+
}
110+
111+
.news-list li h3 {
112+
margin: 0;
113+
font-size: 1.5em;
114+
}
115+
116+
.news-list li p {
117+
margin: 10px 0;
118+
}
119+
120+
121+
/**
122+
* Home page content
123+
*/
124+
.homepage-content {
125+
text-align: center;
126+
padding: 20px;
127+
}
128+
129+
.image-container {
130+
text-align: center;
131+
margin-bottom: 20px;
132+
}
133+
134+
.homepage-content p {
135+
font-size: 1.2em;
136+
line-height: 1.6;
137+
margin-bottom: 20px;
138+
}
139+
140+
.homepage-content ul {
141+
list-style-type: none;
142+
padding: 0;
143+
font-size: 1.2em;
144+
}
145+
146+
.homepage-content ul li {
147+
margin-bottom: 10px;
148+
}
149+
150+
.homepage-content a {
151+
color: #007acc;
152+
text-decoration: none;
153+
}
154+
155+
.homepage-content a:hover {
156+
text-decoration: underline;
157+
}
158+
159+
.align-center {
160+
display: block;
161+
margin: 0 auto;
162+
}
163+
164+
</style>

0 commit comments

Comments
 (0)