Skip to content

Commit 76e0641

Browse files
committed
Application introduced But not woking
1 parent 3986e33 commit 76e0641

File tree

8 files changed

+109
-74
lines changed

8 files changed

+109
-74
lines changed

data/application.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# data/buttons.yaml
2+
data:
3+
- name: "Water Reminder"
4+
icon: "cfd-waterreminder"
5+
url: "https://play.google.com/store/apps/details?id=com.codefrydev.waterreminder"

layouts/ai/ai.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@
99

1010
<body style="background-color: #e5e9f4;">
1111
<main>
12-
<div class="MainButtonParent">
13-
<i style="align-items: center;" class="fa-solid fa-game-console-handheld" height="96px" onclick="window.location.href='/'"></i>
14-
</div>
15-
<h3 style="align-items: center;">Meet CFD AI</h3>
16-
<h4 style="align-items: center;"></h4>
17-
18-
<div class="buttons">
19-
{{ range .Site.Data.ai.data }}
20-
<button class="neumorphic hapticButton" onclick="window.location.href='{{ .url }}'">
21-
<img src="/images/ai/{{ .icon }}.svg" alt="{{ .icon }}" class="button-icon">
22-
<span>{{ .name }}</span>
23-
</button>
24-
{{ end }}
25-
</div>
12+
<div class="MainButtonParent">
13+
<img style="align-items: center;" src="/images/IconCodefrydev.svg" alt="Codefrydev Logo" height="96px">
14+
</div>
15+
<h3 style="align-items: center;">Meet CFD AI</h3>
16+
<h4 style="align-items: center;"></h4>
17+
18+
<div class="buttons">
19+
{{ range .Site.Data.ai.data }}
20+
<button class="neumorphic hapticButton" onclick="window.location.href='{{ .url }}'">
21+
<img src="/images/ai/{{ .icon }}.svg" alt="{{ .icon }}" class="button-icon">
22+
<span>{{ .name }}</span>
23+
</button>
24+
{{ end }}
25+
</div>
2626
</main>
27-
<script src="js/feedback.js" ></script>
27+
<script src="/js/feedback.js" ></script>
2828
</body>
2929

3030
</html>

layouts/designlab/designlab.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@
99

1010
<body style="background-color: #e5e9f4;">
1111
<main>
12-
<div class="MainButtonParent">
13-
<i style="align-items: center;" class="fa-solid fa-palette" height="96px" onclick="window.location.href='/'"></i>
14-
</div>
15-
<h3 style="align-items: center;">Chitra Kala</h3>
16-
<h4 style="align-items: center;"></h4>
17-
18-
<div class="buttons">
19-
{{ range .Site.Data.designlab.data }}
20-
<button class="neumorphic hapticButton" onclick="window.location.href='{{ .url }}'">
21-
<img src="/images/designlab/{{ .icon }}.svg" alt="{{ .icon }}" class="button-icon">
22-
<span>{{ .name }}</span>
23-
</button>
24-
{{ end }}
25-
</div>
12+
<div class="MainButtonParent">
13+
<img style="align-items: center;" src="/images/IconCodefrydev.svg" alt="Codefrydev Logo" height="96px">
14+
</div>
15+
<h3 style="align-items: center;">Chitra Kala</h3>
16+
<h4 style="align-items: center;"></h4>
17+
18+
<div class="buttons">
19+
{{ range .Site.Data.designlab.data }}
20+
<button class="neumorphic hapticButton" onclick="window.location.href='{{ .url }}'">
21+
<img src="/images/designlab/{{ .icon }}.svg" alt="{{ .icon }}" class="button-icon">
22+
<span>{{ .name }}</span>
23+
</button>
24+
{{ end }}
25+
</div>
2626
</main>
27-
<script src="js/feedback.js" ></script>
27+
<script src="/js/feedback.js" ></script>
2828
</body>
2929

3030
</html>

layouts/games/games.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@
88

99
<body style="background-color: #e5e9f4;">
1010
<main>
11-
<div class="MainButtonParent">
12-
<i style="align-items: center;" class="fa-solid fa-game-console-handheld" height="96px" onclick="window.location.href='/'"></i>
13-
</div>
14-
<h3 style="align-items: center;">Play Games</h3>
15-
<h4 style="align-items: center;"></h4>
16-
17-
<div class="buttons">
18-
{{ range .Site.Data.games.data }}
19-
<button class="neumorphic hapticButton" onclick="window.location.href='{{ .url }}'">
20-
<img src="/images/games/{{ .icon }}.svg" alt="{{ .icon }}" class="button-icon">
21-
<span>{{ .name }}</span>
22-
</button>
23-
{{ end }}
24-
</div>
11+
<div class="MainButtonParent">
12+
<img style="align-items: center;" src="/images/IconCodefrydev.svg" alt="Codefrydev Logo" height="96px">
13+
</div>
14+
<h3 style="align-items: center;">Play Games</h3>
15+
<h4 style="align-items: center;"></h4>
16+
17+
<div class="buttons">
18+
{{ range .Site.Data.games.data }}
19+
<button class="neumorphic hapticButton" onclick="window.location.href='{{ .url }}'">
20+
<img src="/images/games/{{ .icon }}.svg" alt="{{ .icon }}" class="button-icon">
21+
<span>{{ .name }}</span>
22+
</button>
23+
{{ end }}
24+
</div>
2525
</main>
26-
<script src="js/feedback.js" ></script>
26+
<script src="/js/feedback.js" ></script>
2727
</body>
2828

2929
</html>

public/games/index.html

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -105,37 +105,37 @@
105105

106106
<body style="background-color: #e5e9f4;">
107107
<main>
108-
<div class="MainButtonParent">
109-
<i style="align-items: center;" class="fa-solid fa-game-console-handheld" height="96px" onclick="window.location.href='/'"></i>
110-
</div>
111-
<h3 style="align-items: center;">Play Games</h3>
112-
<h4 style="align-items: center;"></h4>
108+
<div class="MainButtonParent">
109+
<img style="align-items: center;" src="/images/IconCodefrydev.svg" alt="Codefrydev Logo" height="96px">
110+
</div>
111+
<h3 style="align-items: center;">Play Games</h3>
112+
<h4 style="align-items: center;"></h4>
113+
114+
<div class="buttons">
113115

114-
<div class="buttons">
115-
116-
<button class="neumorphic hapticButton" onclick="window.location.href='\/ChainReaction\/'">
117-
<img src="/images/games/cfd-chainreaction.svg" alt="cfd-chainreaction" class="button-icon">
118-
<span>Chain Reaction</span>
119-
</button>
120-
121-
<button class="neumorphic hapticButton" onclick="window.location.href='\/Wordle\/'">
122-
<img src="/images/games/cfd-wordle.svg" alt="cfd-wordle" class="button-icon">
123-
<span>Wordle</span>
124-
</button>
125-
126-
<button class="neumorphic hapticButton" onclick="window.location.href='\/Snake'">
127-
<img src="/images/games/cfd-snake.svg" alt="cfd-snake" class="button-icon">
128-
<span>Snake</span>
129-
</button>
130-
131-
<button class="neumorphic hapticButton" onclick="window.location.href='https:\/\/play.google.com\/store\/apps\/details?id=org.codefrydev.developer.abhijeet.galacticgunner'">
132-
<img src="/images/games/cfd-games.svg" alt="cfd-games" class="button-icon">
133-
<span>Game</span>
134-
</button>
135-
136-
</div>
116+
<button class="neumorphic hapticButton" onclick="window.location.href='\/ChainReaction\/'">
117+
<img src="/images/games/cfd-chainreaction.svg" alt="cfd-chainreaction" class="button-icon">
118+
<span>Chain Reaction</span>
119+
</button>
120+
121+
<button class="neumorphic hapticButton" onclick="window.location.href='\/Wordle\/'">
122+
<img src="/images/games/cfd-wordle.svg" alt="cfd-wordle" class="button-icon">
123+
<span>Wordle</span>
124+
</button>
125+
126+
<button class="neumorphic hapticButton" onclick="window.location.href='\/Snake'">
127+
<img src="/images/games/cfd-snake.svg" alt="cfd-snake" class="button-icon">
128+
<span>Snake</span>
129+
</button>
130+
131+
<button class="neumorphic hapticButton" onclick="window.location.href='https:\/\/play.google.com\/store\/apps\/details?id=org.codefrydev.developer.abhijeet.galacticgunner'">
132+
<img src="/images/games/cfd-games.svg" alt="cfd-games" class="button-icon">
133+
<span>Game</span>
134+
</button>
135+
136+
</div>
137137
</main>
138-
<script src="js/feedback.js" ></script>
138+
<script src="/js/feedback.js" ></script>
139139
</body>
140140

141141
</html>

public/index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@
5252
"name": "Design",
5353
"url": "http:\/\/localhost:1313\/design\/"
5454
},
55+
{
56+
"@type": "CreativeWork",
57+
"name": "3D Musilizer",
58+
"url": "http:\/\/localhost:1313\/3DMUSILIZER\/"
59+
},
5560
{
5661
"@type": "CreativeWork",
5762
"name": "Aurora 3D",
@@ -147,6 +152,11 @@
147152
"name": "Art",
148153
"url": "http:\/\/localhost:1313\/designlab\/"
149154
},
155+
{
156+
"@type": "CreativeWork",
157+
"name": "Application",
158+
"url": "http:\/\/localhost:1313\/applications"
159+
},
150160
{
151161
"@type": "CreativeWork",
152162
"name": "Timeline",
@@ -295,6 +305,11 @@ <h4 style="align-items: center;">Tools, Games, Art, Animation</h4>
295305
<span>Art</span>
296306
</button>
297307

308+
<button class="neumorphic hapticButton" onclick="window.location.href='\/applications'">
309+
<img src="images/home/cfd-store.svg" alt="cfd-store" class="button-icon">
310+
<span>Application</span>
311+
</button>
312+
298313
<button class="neumorphic hapticButton" onclick="window.location.href='\/history'">
299314
<img src="images/home/cfd-history.svg" alt="cfd-history" class="button-icon">
300315
<span>Timeline</span>
Lines changed: 14 additions & 0 deletions
Loading

static/images/home/cfd-store.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)