Skip to content

Commit

Permalink
Merge pull request #2 from c2siorg/gsoc-styleupdate
Browse files Browse the repository at this point in the history
gsoc minor style change
akilamaithri authored Jan 25, 2024
2 parents 9de65fe + d873147 commit 4625e28
Showing 5 changed files with 6 additions and 25 deletions.
3 changes: 1 addition & 2 deletions _layouts/gsoc.html
Original file line number Diff line number Diff line change
@@ -19,6 +19,7 @@ <h1 class="title">{{page.title}}</h1>
<p>{{page.tagline}}</p>
</center>
</div>


</div>
</div>
@@ -32,12 +33,10 @@ <h1 class="title">{{page.title}}</h1>
<!-- testing -->
{% assign projects = site.gsocprojects | sort: "num" %}
{% for project in projects %}
<div>
<div class="accordion">{{project.num}}. {{project.title}}</div>
<div class="panel">
<p>{{project.content}}</p>
</div>
</div>
{% endfor %}
<!-- testing ends -->

7 changes: 1 addition & 6 deletions _sass/components/_buttons.scss
Original file line number Diff line number Diff line change
@@ -85,10 +85,9 @@
font-size: 18px;
font-weight: bold;
transition: 0.4s;

}

.active, .accordion:hover {
.accordion:hover {
background-color: #ccc;
}

@@ -100,10 +99,6 @@
margin-left: 5px;
}

.active:after {
content: "\2212";
}

.panel {
padding: 0 18px;
background-color: #fdfdfd;
4 changes: 2 additions & 2 deletions _site/assets/css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/assets/css/style.css.map

Large diffs are not rendered by default.

15 changes: 1 addition & 14 deletions _site/gsoc/index.html
Original file line number Diff line number Diff line change
@@ -156,6 +156,7 @@ <h1 class="title">GSoC 2024</h1>
<p>Welcome to the C2SI Google Summer of Code (GSoC) 2024 project ideas page.</p>
</center>
</div>


</div>
</div>
@@ -210,7 +211,6 @@ <h1 id="idea-list-for-2024">Idea List for 2024</h1>
<!-- testing -->


<div>
<div class="accordion">1. ProjectExplainer - Add knowledge graph based retrieval and explanation APIs for code and text modalities in documentation.</div>
<div class="panel">
<p><dl>
@@ -245,9 +245,7 @@ <h1 id="idea-list-for-2024">Idea List for 2024</h1>
</dl>
</p>
</div>
</div>

<div>
<div class="accordion">2. WebiU 2.0 :- c2siorg/SCoRe Lab website</div>
<div class="panel">
<p><dl>
@@ -290,9 +288,7 @@ <h1 id="idea-list-for-2024">Idea List for 2024</h1>
</dl>
</p>
</div>
</div>

<div>
<div class="accordion">3. Rust Cloud</div>
<div class="panel">
<p><dl>
@@ -326,9 +322,7 @@ <h1 id="idea-list-for-2024">Idea List for 2024</h1>
</dl>
</p>
</div>
</div>

<div>
<div class="accordion">4. Bug Connector</div>
<div class="panel">
<p><dl>
@@ -355,9 +349,7 @@ <h1 id="idea-list-for-2024">Idea List for 2024</h1>
</dl>
</p>
</div>
</div>

<div>
<div class="accordion">5. GDB UI</div>
<div class="panel">
<p><dl>
@@ -387,9 +379,7 @@ <h1 id="idea-list-for-2024">Idea List for 2024</h1>
</dl>
</p>
</div>
</div>

<div>
<div class="accordion">6. CodeLabz - Deploy the first working Version of the site.</div>
<div class="panel">
<p><dl>
@@ -460,9 +450,7 @@ <h1 id="idea-list-for-2024">Idea List for 2024</h1>
</dl>
</p>
</div>
</div>

<div>
<div class="accordion">7. NFT-TOOLBOX</div>
<div class="panel">
<p><dl>
@@ -509,7 +497,6 @@ <h1 id="idea-list-for-2024">Idea List for 2024</h1>
</dl>
</p>
</div>
</div>

<!-- testing ends -->

0 comments on commit 4625e28

Please sign in to comment.