diff --git a/css/style.css b/css/style.css index 117702c64aa91157ea28e9c41650d7d738998a0c..066d75b4bc287c1b74d60097b6dcb466707c0ccb 100644 --- a/css/style.css +++ b/css/style.css @@ -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; diff --git a/index.xml b/index.xml index 090e20955c871b22161d607972e3d00be7e721f1..bb5b27bf50db9fab836bfa9daf3e23eb1f658129 100644 --- a/index.xml +++ b/index.xml @@ -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> diff --git a/projects/index.html b/projects/index.html index 6caba7c48ebe0c58fa14001897098c51d3816de2..2d245d37d184607b0966b855d217bd5c434a88b7 100644 --- a/projects/index.html +++ b/projects/index.html @@ -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>