diff --git a/index-new.html b/index-new.html index 1a6b41e..bdd5ead 100644 --- a/index-new.html +++ b/index-new.html @@ -40,23 +40,63 @@ - MAIN RELEASED GAMES + FEATURED GAMES - Project Thumbnail - Project One + + + + + Wargate Heroes + Mobile Multiplayer Online Battle Arena (MOBA) + Unity, C#, uLink, Mobile + + Trailer + Gameplay + + - Project Thumbnail - Project Two + + + + + Jaws.io + Online IO game where you play as the legendary shark! + Unity, C#, Photon, Mobile + + Trailer + Gameplay + + - Project Thumbnail - Experiment One + + + + + BreachTD + Mobile Online Multiplayer Tower Defense + Unity, C#, uLink, Mobile + + Trailer + Gameplay + + - Project Thumbnail - Experiment Two + + + + + Startship Troopers: Invasion Mobile Infantry + Cover shooter with runner mechanics and cinematics + Unity, C#, iOS + + Trailer + Gameplay + + diff --git a/new.css b/new.css index 1b0039c..28373ef 100644 --- a/new.css +++ b/new.css @@ -148,7 +148,8 @@ nav a:hover { .projects-grid { display: grid; - grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); + /* grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); */ + grid-template-columns: 1fr; gap: 40px; max-width: 900px; margin: 0 auto; @@ -158,37 +159,91 @@ nav a:hover { background-color: #f7f7f7; border: 1px solid #e0e0e0; padding: 20px; - min-height: 200px; + /* min-height: 200px; */ display: flex; - flex-direction: column; - justify-content: center; + /* flex-direction: column; */ + /* justify-content: center; */ + gap: 30px; align-items: center; transition: transform 0.3s ease, box-shadow 0.3s ease; cursor: pointer; } .project-card:hover { - transform: translateY(-5px); + /* transform: translateY(-5px); */ box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); } +.project-card:nth-child(even) { + flex-direction: row-reverse; +} + +.project-image { + flex: 0 0 300px; +} + +.project-image img { + width: 100%; + height: 200px; + object-fit: cover; +} + +.project-info { + flex: 1; + display: flex; + flex-direction: column; + gap: 15px; +} + .project-card h3 { font-size: 14px; color: #555555; font-weight: 400; + margin: 0; } -/* Project thumbnail placeholder - replace with your actual thumbnails */ -.thumbnail { - width: 100%; - height: 120px; - background-color: #e0e0e0; - margin-bottom: 15px; - display: flex; - align-items: center; - justify-content: center; +/* .thumbnail { */ +/* width: 100%; */ +/* height: 120px; */ +/* background-color: #e0e0e0; */ +/* margin-bottom: 15px; */ +/* display: flex; */ +/* align-items: center; */ +/* justify-content: center; */ +/* font-size: 12px; */ +/* color: #777; */ +/* } */ + +.project-description { + font-size: 13px; + color: #666; + line-height: 1.5; + margin: 0; +} + +.project-tech { font-size: 12px; - color: #777; + color: #888; + font-style: italic; +} + +.project-links { + display: flex; + justify-content: center; + gap: 15px; +} + +.project-link { + font-size: 12px; + color: #333; + text-decoration: none; + padding: 5px 10px; + border: 1px solid #ddd; + transition: background-color 0.3s ease; +} + +.project-link:hover { + background-color: #f0f0f0; } /* Footer */ diff --git a/thumbs/27.PNG b/thumbs/27.PNG new file mode 100644 index 0000000..2b98fe7 Binary files /dev/null and b/thumbs/27.PNG differ
Mobile Multiplayer Online Battle Arena (MOBA)
Online IO game where you play as the legendary shark!
Mobile Online Multiplayer Tower Defense
Cover shooter with runner mechanics and cinematics