Skip to content

Commit b2c69a2

Browse files
author
Said Elimam
committed
add graphmake project
1 parent 9b4a50a commit b2c69a2

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

images/graphmake_logo.jpg

8.72 KB
Loading

index.html

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33

44
<head>
5-
<title>Said Elimam | Dev Projects</title>
5+
<title>Said Elimam | Public Dev Projects</title>
66

77
<meta charset="utf-8" />
88
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
@@ -29,7 +29,7 @@
2929
<div id="wrapper">
3030
<div id="content">
3131
<header class="header">
32-
<h1 class="subtitle">Said Elimam | Dev Projects</h1>
32+
<h1 class="subtitle">Said Elimam | Public Dev Projects</h1>
3333
</header>
3434

3535
<div class="cards-container">
@@ -92,6 +92,21 @@ <h2 class="card-title">
9292
<a href="https://github.com/HumInAct" class="card-link">View Source →</a>
9393
</div>
9494
</div>
95+
96+
<div class="card">
97+
<span class="card-label label-abandoned">abandoned</span>
98+
<a href="https://sourceforge.net/projects/graphmake/" class="card-image">
99+
<img alt="GraphMake logo" src="images/graphmake_logo.jpg">
100+
</a>
101+
<div class="card-content">
102+
<h2 class="card-title">
103+
<a href="https://sourceforge.net/projects/graphmake/">GraphMake</a>
104+
</h2>
105+
<span class="card-year">2010</span>
106+
<p class="card-description">Free Open-Source Software, for making graphs, and scheduling projects.</p>
107+
<a href="https://sourceforge.net/projects/graphmake/" class="card-link">Download →</a>
108+
</div>
109+
</div>
95110
</div>
96111
</div>
97112

style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,11 @@ body {
193193
color: #ffffff;
194194
}
195195

196+
.label-abandoned {
197+
background-color: #f97316;
198+
color: #ffffff;
199+
}
200+
196201
/* Responsive Design */
197202
@media (max-width: 768px) {
198203
.header h1 {

0 commit comments

Comments
 (0)