|
10 | 10 | <meta name="google-site-verification" content="y-jWENVFpzlv7miq7y91qbOZsFWRPnT97zbygWoHlnY" /> |
11 | 11 | <link rel="icon" type="image/png" href="favicon.png"> |
12 | 12 | <link rel="stylesheet" type="text/css" href="style.css" /> |
13 | | - <link rel="stylesheet" type="text/css" |
14 | | - href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/1.8.1/semantic.min.css" /> |
15 | | - <!--[if lt IE 9]> |
16 | | - <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> |
17 | | - <![endif]--> |
18 | 13 |
|
19 | 14 | <script> |
20 | 15 | (function (i, s, o, g, r, a, m) { |
|
33 | 28 | <body> |
34 | 29 | <div id="wrapper"> |
35 | 30 | <div id="content"> |
36 | | - <div class="ui yellow message" style="display:none;"> |
37 | | - <i class="star icon"></i> |
38 | | - Website is under construction.. |
39 | | - </div> |
40 | | - <div class="ui items"> |
41 | | - <div class="item"> |
42 | | - <a class="ui tiny image" href="https://gocollab.cc"> |
43 | | - <img alt="rs-logo" src="images/gocollab.ico"> |
| 31 | + <header class="header"> |
| 32 | + <p class="subtitle">Community Development Projects</p> |
| 33 | + </header> |
| 34 | + |
| 35 | + <div class="cards-container"> |
| 36 | + <div class="card"> |
| 37 | + <span class="card-label label-live">live</span> |
| 38 | + <a href="https://gocollab.cc" class="card-image"> |
| 39 | + <img alt="GoCollab logo" src="images/gocollab.ico"> |
44 | 40 | </a> |
45 | | - <div class="content"> |
46 | | - <a class="header" href="https://gocollab.cc">GoCollab.cc</a> |
47 | | - <div class="description"> |
48 | | - <p>Creative Social Platform project.</p> |
49 | | - <a href="https://gocollab.cc">View Website</a> |
50 | | - </div> |
| 41 | + <div class="card-content"> |
| 42 | + <h2 class="card-title"> |
| 43 | + <a href="https://gocollab.cc">GoCollab.cc</a> |
| 44 | + </h2> |
| 45 | + <p class="card-description">Creative Social Platform project.</p> |
| 46 | + <a href="https://gocollab.cc" class="card-link">View Website →</a> |
51 | 47 | </div> |
52 | 48 | </div> |
53 | | - <div class="item"> |
54 | | - <a class="ui tiny image" href="http://dev.saidelimam.com/setupmaker/"> |
55 | | - <img alt="dcpsm-logo" src="images/setupmaker.png"> |
| 49 | + |
| 50 | + <div class="card"> |
| 51 | + <span class="card-label label-live">live</span> |
| 52 | + <a href="http://dev.saidelimam.com/setupmaker/" class="card-image"> |
| 53 | + <img alt="DCP Setup Maker logo" src="images/setupmaker.png"> |
56 | 54 | </a> |
57 | | - <div class="content"> |
58 | | - <a class="header" href="http://dev.saidelimam.com/setupmaker/">DCP Setup Maker</a> |
59 | | - <div class="description"> |
60 | | - <p>Powerful cross-platform install builder.</p> |
61 | | - <a href="http://dev.saidelimam.com/setupmaker/">View Website</a> |
62 | | - </div> |
| 55 | + <div class="card-content"> |
| 56 | + <h2 class="card-title"> |
| 57 | + <a href="http://dev.saidelimam.com/setupmaker/">DCP Setup Maker</a> |
| 58 | + </h2> |
| 59 | + <p class="card-description">Powerful cross-platform install builder.</p> |
| 60 | + <a href="http://dev.saidelimam.com/setupmaker/" class="card-link">View Website →</a> |
63 | 61 | </div> |
64 | 62 | </div> |
65 | | - <div class="item"> |
66 | | - <a class="ui tiny image" href="https://github.com/RoleSwitch"> |
67 | | - <img alt="rs-logo" src="images/roleswitch.png"> |
| 63 | + |
| 64 | + <div class="card"> |
| 65 | + <span class="card-label label-aborted">aborted</span> |
| 66 | + <a href="https://github.com/RoleSwitch" class="card-image"> |
| 67 | + <img alt="RoleSwitch logo" src="images/roleswitch.png"> |
68 | 68 | </a> |
69 | | - <div class="content"> |
70 | | - <a class="header" href="https://github.com/RoleSwitch">RoleSwitch</a> |
71 | | - <div class="description"> |
72 | | - <p>Role-Playing Social Network project.</p> |
73 | | - <a href="https://github.com/RoleSwitch">View Source</a> |
74 | | - </div> |
| 69 | + <div class="card-content"> |
| 70 | + <h2 class="card-title"> |
| 71 | + <a href="https://github.com/RoleSwitch">RoleSwitch</a> |
| 72 | + </h2> |
| 73 | + <p class="card-description">Role-Playing Social Network project.</p> |
| 74 | + <a href="https://github.com/RoleSwitch" class="card-link">View Source →</a> |
75 | 75 | </div> |
76 | 76 | </div> |
77 | | - <div class="item"> |
78 | | - <a class="ui tiny image" href="https://github.com/HumInAct"> |
79 | | - <img alt="hia-logo" src="images/huminact_logo.png"> |
| 77 | + |
| 78 | + <div class="card"> |
| 79 | + <span class="card-label label-aborted">aborted</span> |
| 80 | + <a href="https://github.com/HumInAct" class="card-image"> |
| 81 | + <img alt="HumInAct logo" src="images/huminact_logo.png"> |
80 | 82 | </a> |
81 | | - <div class="content"> |
82 | | - <a class="header" href="https://github.com/HumInAct">HumInAct</a> |
83 | | - <div class="description"> |
84 | | - <p>Artificial Intelligence project to simulate brain memory using NLP.</p> |
85 | | - <a href="https://github.com/HumInAct">View Source</a> |
86 | | - </div> |
| 83 | + <div class="card-content"> |
| 84 | + <h2 class="card-title"> |
| 85 | + <a href="https://github.com/HumInAct">HumInAct</a> |
| 86 | + </h2> |
| 87 | + <p class="card-description">Artificial Intelligence project to simulate brain memory using NLP.</p> |
| 88 | + <a href="https://github.com/HumInAct" class="card-link">View Source →</a> |
87 | 89 | </div> |
88 | 90 | </div> |
89 | 91 | </div> |
90 | 92 | </div> |
| 93 | + |
| 94 | + <footer class="footer"> |
| 95 | + <p class="footer-text"> |
| 96 | + © <span id="current-year"></span> Created by <a href="https://saidelimam.com" class="footer-link">Said Elimam</a> |
| 97 | + </p> |
| 98 | + </footer> |
91 | 99 | </div> |
92 | 100 |
|
93 | | - <script async src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/1.8.1/semantic.min.js"></script> |
| 101 | + <script> |
| 102 | + // Set current year for copyright |
| 103 | + document.getElementById('current-year').textContent = new Date().getFullYear(); |
| 104 | + </script> |
| 105 | + |
94 | 106 | <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7816663811120927" |
95 | 107 | crossorigin="anonymous"></script> |
96 | 108 | </body> |
|
0 commit comments