Skip to content
Snippets Groups Projects
Commit f3d8a4d3 authored by Bady's avatar Bady
Browse files

Move projects page styling to css file

parent c21b90ac
Branches
No related merge requests found
Pipeline #1223 failed with stage
......@@ -463,6 +463,22 @@ img{
#coc ul{
padding-left: 40px;
}
#projects ol {
padding-left: 20px;
}
#projects ol > li {
padding: 0;
}
#projects ol > li > p {
padding: 0;
margin: 15px 0 10px;
font-weight: bold;
}
#projects ol > li > ul > li {
margin-top: 5px;
margin-left: -15px;
list-style-type: disc;
}
footer{
min-width: 40vh;
background-color: #55AEE1;
......
......@@ -12,9 +12,10 @@
<pubDate>Sun, 20 Dec 2020 22:48:59 +0530</pubDate>
<guid>https://camp.fsf.org.in/projects/</guid>
<description>ol li { padding: 0; } ol li p { padding: 0; margin: 15px 0 10px; font-weight: bold; } ol li ul li { margin-top: 5px; margin-left: -15px; list-style-type: disc; } Data Modeling using Wikidata.org
<description>Data Modeling using Wikidata.org
Learners: Arun S Sharma, Ayesha Gohar, Shubham Upreti Mentor: Ranjith S Debian Packaging
Learners: Arun Mathai S. K, Harish Chavre, Manav Sethi, Rojin Roy, Sahil Dhiman, Yogesh K S Mentor: Sruthi Chandran Go Dependency Generator</description>
Learners: Arun Mathai S. K, Harish Chavre, Manav Sethi, Rojin Roy, Sahil Dhiman, Yogesh K S Mentor: Sruthi Chandran Go Dependency Generator
Leaner: Vipul Kumar Mentor: Nilesh Patra, Pirate Praveen Hugo (Static Site Generator) for Privacy Yathra and Varnam Project Websites</description>
</item>
<item>
......
......@@ -55,11 +55,7 @@
<main>
<section class="page">
<h1 style="text-align: center;">Selected Projects</h1>
<style>
ol > li { padding: 0; }
ol > li > p { padding: 0; margin: 15px 0 10px; font-weight: bold; }
ol > li > ul > li { margin-top: 5px; margin-left: -15px; list-style-type: disc; }
</style>
<div id="projects">
<ol>
<li>
<p><a href="https://git.fosscommunity.in/fsfi/camp/-/wikis/ideas-list#data-modeling-using-wikidataorg-ranjith-s">Data Modeling using Wikidata.org</a></p>
......@@ -130,6 +126,7 @@
</ul>
</li>
</ol>
</div>
</section>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment