File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed
Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 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 " />
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
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments