-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added dark mode classes for project tags
- Loading branch information
Showing
2 changed files
with
102 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,87 +1,85 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Blankspace</title> | ||
<link rel="icon" href="./logo.svg" type="image/x-icon" /> | ||
<link rel="stylesheet" href="style.css" /> | ||
</head> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Blankspace</title> | ||
<link rel="icon" href="./logo.svg" type="image/x-icon" /> | ||
<link rel="stylesheet" href="style.css" /> | ||
</head> | ||
<body> | ||
<a href="https://github.com/blankspace-community"> | ||
<img src="logo.svg" alt="" id="logo" /> | ||
</a> | ||
<h1>Blankspace <span>It's not blank ;)</span></h1> | ||
|
||
<body> | ||
<a href="https://github.com/blankspace-community"> | ||
<img src="logo.svg" alt="" id="logo" /> | ||
</a> | ||
<h1>Blankspace <span>It's not blank ;)</span></h1> | ||
<p class="sub"> | ||
A community for those who code and want to learn how to code. | ||
</p> | ||
|
||
<p class="sub"> | ||
A community for those who code and want to learn how to code. | ||
</p> | ||
<a href="https://github.com/blankspace-community" class="btn"> | ||
<img src="./github-mark-white.svg" alt="" /> | ||
<span>Github Community</span> | ||
</a> | ||
|
||
<a href="https://github.com/blankspace-community" class="btn"> | ||
<img src="./github-mark-white.svg" alt="" /> | ||
<span>Github Community</span> | ||
</a> | ||
<h1>Ongoing projects</h1> | ||
<section class="projects"> | ||
<div class="project"> | ||
<a href="https://github.com/adhilsalim/webquick"> | ||
<h3><span>1. </span>WebQuick</h3> | ||
</a> | ||
|
||
<h1>Ongoing projects</h1> | ||
<section class="projects"> | ||
<div class="project"> | ||
<a href="https://github.com/adhilsalim/webquick"> | ||
<h3><span>1. </span>WebQuick</h3> | ||
</a> | ||
<p>Simple CLI to get started with web dev</p> | ||
|
||
<p>Simple CLI to get started with web dev</p> | ||
|
||
<div class="tags"> | ||
<span class="js">Javascript</span> | ||
<span class="green">Just started</span> | ||
<div class="tags"> | ||
<span class="js">Javascript</span> | ||
<span class="green">Just started</span> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="project"> | ||
<a href="https://github.com/AmarnathCJD/gogram"> | ||
<h3><span>2. </span>GoGram</h3> | ||
</a> | ||
<div class="project"> | ||
<a href="https://github.com/AmarnathCJD/gogram"> | ||
<h3><span>2. </span>GoGram</h3> | ||
</a> | ||
|
||
<p>Full-native implementation of MTProto protocol on Golang</p> | ||
<p>Full-native implementation of MTProto protocol on Golang</p> | ||
|
||
<div class="tags"> | ||
<span class="go">Go</span> | ||
<span class="orange">In development for quite a while</span> | ||
<div class="tags"> | ||
<span class="go">Go</span> | ||
<span class="orange">In development for quite a while</span> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="project"> | ||
<a href="https://github.com/blankspace-community/KTUPapers"> | ||
<h3><span>3. </span>KTUPapers</h3> | ||
</a> | ||
<p>A modern question paper repository for KTU students</p> | ||
<div class="project"> | ||
<a href="https://github.com/blankspace-community/KTUPapers"> | ||
<h3><span>3. </span>KTUPapers</h3> | ||
</a> | ||
<p>A modern question paper repository for KTU students</p> | ||
|
||
<div class="tags"> | ||
<span class="js">Javascript</span> | ||
<span class="green">HTML/CSS</span> | ||
<span class="green">About to start</span> | ||
<div class="tags"> | ||
<span class="js">Javascript</span> | ||
<span class="green">HTML/CSS</span> | ||
<span class="green">About to start</span> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="project"> | ||
<a href="https://github.com/AkhilLV/SpaceLearn"> | ||
<h3><span>4. </span>SpaceLearn</h3> | ||
</a> | ||
<p> | ||
A glorified todo-list. Create spaced learning cards for your tasks! | ||
</p> | ||
<div class="project"> | ||
<a href="https://github.com/AkhilLV/SpaceLearn"> | ||
<h3><span>4. </span>SpaceLearn</h3> | ||
</a> | ||
<p> | ||
A glorified todo-list. Create spaced learning cards for your tasks! | ||
</p> | ||
|
||
<div class="tags"> | ||
<span class="js">Javascript</span> | ||
<span class="go">React</span> | ||
<span class="postgres">PostgreSQL</span> | ||
<span class="green">Node.js</span> | ||
<span class="orange">In development for quite a while</span> | ||
<div class="tags"> | ||
<span class="js">Javascript</span> | ||
<span class="go">React</span> | ||
<span class="postgres">PostgreSQL</span> | ||
<span class="green">Node.js</span> | ||
<span class="orange">In development for quite a while</span> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
</body> | ||
|
||
</html> | ||
</section> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters