summaryrefslogtreecommitdiff
path: root/projects/index.html
blob: b2477c791007c20840587a0c31ab1efc9c190ca7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="/style.css">
    <link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico">
    <title>Projects • altaf-creator</title>
    <script src="https://kit.fontawesome.com/d279a1f519.js" crossorigin="anonymous"></script>
</head>

<body>
    <script defer src="/scripts/scroll.js"></script>
    <div class="floating-nav-container">
        <div class="floating-nav">
            <a href="/about/" class="link">About Me</a>
            <a href="/projects/" class="link">Projects</a>
            <a href="/blog/" class="link">(dev)Blog</a>
        </div>
    </div>
    <div class="sidebar" id="sidebar">
        <a href="/">
            <img src="/assets/images/hero/logo.png" alt="" class="sidebar-img"> 
        </a>
        <span>altaf-creator</span>
    </div>
    <section style="border-top: none;">
        <div class="center-grid">
            <div class="div-sizing" style="max-width: none;">
                <div class="flex-container flex-container-column">
                    <span class="heading">Projects</span>
                    <div class="flex-container flex" style="height: 800px;">
                        <div class="flex full-img-card"
                            style="background-image: url(/assets/images/game-hero/simplicity_screenshot.png); ">
                            <a href="/projects/simpliCity/" class="fill-div gradient-overlay">
                                <span>simpliCity</span>
                            </a>

                        </div>
                        <div class="flex full-img-card"
                            style="background-image: url(/assets/images/game-hero/tank_screenshot.png);">
                            <a href="https://altaf-creator.itch.io/tank-shooter" class="fill-div gradient-overlay">
                                <span>Tank Shooter</span>
                            </a>

                        </div>
                        <div class="flex full-img-card"
                            style="background-image: url(/assets/images/game-hero/markdown_screenshot.png);">
                            <a href="https://github.com/altaf-creator/MarkdownEditor" class="fill-div gradient-overlay">
                                <span>MarkdownEditor</span>
                            </a>
                        </div>
                    </div>
                    <div class="flex-container-normal flex">
                        <div class="flex full-img-card gallery-card"
                            style="background-image: url(/assets/images/game-hero/depths-of-knowledge_cover.png); ">
                            <a href="https://altaf-creator.itch.io/depths-of-knowledge" class="fill-div gradient-overlay">
                                <span>Depths of Knowledge</span>
                            </a>
                        </div>
                        <div class="flex full-img-card gallery-card"
                            style="background-image: url(/assets/images/game-hero/farmer_screenshot.png); ">
                            <a href="https://altaf-creator.itch.io/farmers-universe" class="fill-div gradient-overlay">
                                <span>Farmer's Universe</span>
                            </a>
                        </div>
                        <div class="flex full-img-card gallery-card"
                            style="background-image: url(/assets/images/game-hero/quran_screenshot.png); ">
                            <a href="https://altaf-creator.github.io/OpenQuran/src/" class="fill-div gradient-overlay">
                                <span>OpenQuran</span>
                            </a>
                        </div>
                        <div class="flex full-img-card gallery-card"
                            style="background-image: url(/assets/images/game-hero/duck_screenshot.png); ">
                            <a href="https://play.unity.com/mg/other/webgl-flappy-duck-1-0" class="fill-div gradient-overlay">
                                <span>Flappy Duck</span>
                            </a>
                        </div>
                        <div class="flex full-img-card gallery-card"
                            style="background-image: url(/assets/images/game-hero/ball_screenshot.png); ">
                            <a href="https://play.unity.com/mg/other/webgl-builds-153175" class="fill-div gradient-overlay">
                                <span>Ball Run</span>
                            </a>
                        </div>
                        <div class="flex full-img-card gallery-card"
                            style="background-image: url(/assets/images/game-hero/space_hero.png); ">
                            <a href="https://github.com/altaf-creator/Space-Shooter-Game" class="fill-div gradient-overlay">
                                <span>Space Shooter Game</span>
                            </a>
                        </div>
                        <div class="flex full-img-card gallery-card"
                            style="background-image: url(/assets/images/game-hero/math_screenshot.png); ">
                            <a href="https:/altaf-creator.github.io/easy-math-game/" class="fill-div gradient-overlay">
                                <span>Easy Math Game</span>
                            </a>
                        </div>
                        <div class="flex full-img-card gallery-card"
                            style="background-image: url(/assets/images/game-hero/microbit_screenshot.png); ">
                            <a href="https://github.com/altaf-creator/microbit-calculator" class="fill-div gradient-overlay">
                                <span>micro:bit Calculator</span>
                            </a>
                        </div>
                        <div class="flex full-img-card gallery-card"
                            style="background-image: url(/assets/images/game-hero/wordle_screenshot.png); ">
                            <a href="" class="fill-div gradient-overlay">
                                <span>C Wordle</span>
                            </a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
</body>

</html>