Skip to content

Commit ecf7c0a

Browse files
committed
Credit Section and some Minor Development
1 parent 3651750 commit ecf7c0a

File tree

18 files changed

+243
-40
lines changed

18 files changed

+243
-40
lines changed

content/blog/announce.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Announce"
2+
title: "In development"
33
lead: alternativeHeadline
44
description: description
55
author: Codefrydev

data/credit.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
cards:
2+
- accent_color: "#0f6493"
3+
title: "Hugo"
4+
content: "This Website is Created Using Hugo"
5+
icon: "fa-solid fa-comments"
6+
url: "https://gohugo.io/"
7+
8+
- accent_color: "#0f6493"
9+
title: "MarkBoots"
10+
content: "Main Web Page Layout Inspiration from his work."
11+
icon: "fa-solid fa-comments"
12+
url: "https://codepen.io/MarkBoots"

data/games.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@ data:
33
- name: "Chain Reaction"
44
icon: "fa-brands fa-fantasy-flight-games"
55
url: "https://codefrydev.in/ChainReaction/"
6+
67
- name: "Wordle"
78
icon: "fa-regular fa-file-word"
89
url: "https://codefrydev.in/Wordle/"
10+
911
- name: "Snake"
1012
icon: "fa-solid fa-snake"
1113
url: "https://codefrydev.in/Snake"
14+
1215
- name: "Game"
1316
icon: "fa-brands fa-galactic-senate"
1417
url: "https://play.google.com/store/apps/details?id=org.codefrydev.developer.abhijeet.galacticgunner"

data/history.yaml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,46 @@
11
history:
2+
- date: "09 June 2024"
3+
title: "Code Fry Dev"
4+
description: "Now Website dynamically Generated using Hugo"
5+
link: "https://gohugo.io/"
6+
accent_color: "#3558b6"
7+
28
- date: "08 June 2024"
39
title: "Snake Game"
410
description: "Play Chaotic Snakee Game"
511
link: "https://codefrydev.in/Snake"
6-
accent_color: "#cbe3ea"
12+
accent_color: "#258749"
13+
714
- date: "05 June 2024"
815
title: "Tom & Jerry"
916
description: "Watch Live Tom And Jerry 1940"
1017
link: "https://codefrydev.in/TomAndJerry/"
1118
accent_color: "#FFC97A"
19+
1220
- date: "19 May 2024"
1321
title: "Wordle"
1422
description: "Play with words"
1523
link: "https://codefrydev.in/Wordle/"
16-
accent_color: "#9FE2BF"
24+
accent_color: "#88443F"
25+
1726
- date: "06 May 2024"
1827
title: "Chain Reaction"
1928
description: "Play with your friend with fusion and fission"
2029
link: "https://codefrydev.in/ChainReaction/"
2130
accent_color: "#639fab"
31+
2232
- date: "12 April 2024"
2333
title: "Wallpaper App"
2434
description: "Wallpaper Humanly Created or Programmatically Generated"
2535
link: "/projects/Wallpaper/Index.html"
2636
accent_color: "#ffb703"
37+
2738
- date: "26 March 2024"
2839
title: "Challenge App"
2940
description: "Consistency is the Key"
3041
link: "/projects/Challenge/Index.html"
3142
accent_color: "#1B5F8C"
43+
3244
- date: "01 March 2024"
3345
title: "Crispy Launch, Dinner 🍻"
3446
description: "Early version Website Launched"

data/home.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,43 @@ data:
33
- name: "Chain Reaction"
44
icon: "fa-brands fa-fantasy-flight-games"
55
url: "https://codefrydev.in/ChainReaction/"
6+
67
- name: "Wordle"
78
icon: "fa-regular fa-file-word"
89
url: "https://codefrydev.in/Wordle/"
10+
911
- name: "Tom & Jerry"
1012
icon: "fa-solid fa-cat"
1113
url: "https://codefrydev.in/TomAndJerry/"
14+
1215
- name: "Snake"
1316
icon: "fa-solid fa-snake"
1417
url: "https://codefrydev.in/Snake"
18+
1519
- name: "Wallpaper"
1620
icon: "fa-solid fa-image"
1721
url: "https://codefrydev.in/Wallpaper/"
22+
1823
- name: "Challenge"
1924
icon: "fa-solid fa-chart-line"
2025
url: "https://codefrydev.in/Challenge/"
26+
2127
- name: "Application"
2228
icon: "fa-light fa-dna"
2329
url: "https://play.google.com/store/apps/details?id=com.priyadarshi.abhijeet.abintudyog"
30+
2431
- name: "Game"
2532
icon: "fa-light fa-chart-mixed"
2633
url: "/games"
34+
2735
- name: "Log"
2836
icon: "fa-solid fa-blog"
2937
url: "/blog"
38+
3039
- name: "Credit"
3140
icon: "fa-regular fa-credit-card"
3241
url: "/Credit"
42+
3343
- name: "Timeline"
3444
icon: "fa-light fa-atom"
3545
url: "/history"

layouts/blog/list.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@
88
</head>
99

1010
<body style="background-color: #e5e9f4;">
11-
<header>
11+
<!-- <header>
1212
<h1>{{ .Title }}</h1>
13-
</header>
13+
</header> -->
1414
<main>
1515
<div class="d-flex justify-content-center">
1616
<ul>
17-
{{ range .Paginator.Pages }}
18-
<li>
17+
{{ range .Paginator.Pages }}
1918
<div class="d-flex flex-column mb-3">
2019
<div class="card">
2120
<h5 class="card-header">{{ .Title }}</h5>
@@ -31,8 +30,8 @@ <h5 class="card-header">{{ .Title }}</h5>
3130
</div>
3231
</div>
3332
</div>
34-
{{ end }}
35-
</ul>
33+
{{ end }}
34+
</ul>
3635

3736
<!-- Pagination -->
3837
<div class="pagination">

layouts/credit/credit.html

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,27 @@
22
<html lang="en">
33
<head>
44
{{ partial "header.html" . }}
5-
<link rel="stylesheet" href="/css/games.css">
5+
<link rel="stylesheet" href="/css/credit.css">
66
</head>
7-
<body style="background-color: #e5e9f4;">
7+
<body style="background-color: #e5e9f4;" >
88
<header>
9-
<h1>{{ .Title }}</h1>
9+
<h1 onclick="window.location.href='/'">
10+
<img style="align-items: center;" src="/images/IconCodefrydev.svg" alt="Codefrydev Logo" height="96px">
11+
<br/>
12+
{{ .Title }}
13+
</h1>
1014
</header>
1115
<main>
1216
<section>
13-
{{ .Content }}
17+
<ol class="cards">
18+
{{ range .Site.Data.credit.cards }}
19+
<li class="card" style="--accent-color: {{ .accent_color }}" onclick="window.location.href='{{ .url }}'">
20+
<h2>{{ .title }}</h2>
21+
<p>{{ .content }}</p>
22+
<i class="{{ .icon }}"></i>
23+
</li>
24+
{{ end }}
25+
</ol>
1426
</section>
1527
</main>
1628
</body>

public/blog/announce/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<meta name="msapplication-TileColor" content="#28966a">
2020
<meta name="theme-color" content="#28966a">
2121

22-
<title>Announce</title>
22+
<title>In development</title>
2323

2424

2525

@@ -28,8 +28,8 @@
2828
"@context": "http://schema.org",
2929
"@type": "BlogPosting",
3030
"articleSection": "blog",
31-
"name": "Announce",
32-
"headline": "Announce",
31+
"name": "In development",
32+
"headline": "In development",
3333
"alternativeHeadline": "alternativeHeadline",
3434
"description": "description",
3535
"inLanguage": "en-us",
@@ -74,11 +74,11 @@
7474
}
7575
</script>
7676

77-
<title>Announce</title>
77+
<title>In development</title>
7878
</head>
7979
<body>
8080
<header>
81-
<h1>Announce</h1>
81+
<h1>In development</h1>
8282
</header>
8383
<main>
8484

public/blog/index.html

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,21 +80,18 @@
8080
</head>
8181

8282
<body style="background-color: #e5e9f4;">
83-
<header>
84-
<h1>blogs</h1>
85-
</header>
83+
8684
<main>
8785
<div class="d-flex justify-content-center">
8886
<ul>
89-
90-
<li>
87+
9188
<div class="d-flex flex-column mb-3">
9289
<div class="card">
93-
<h5 class="card-header">Announce</h5>
90+
<h5 class="card-header">In development</h5>
9491
<div class="card-body">
9592
<time datetime="2024-06-09 14:56:05 &#43;0530 IST">Jun 9, 2024</time>
9693
<p class="card-text">description</p>
97-
<a href="http://localhost:1313/blog/announce/" class="btn btn-primary">Announce</a>
94+
<a href="http://localhost:1313/blog/announce/" class="btn btn-primary">In development</a>
9895
<div class="tags">
9996

10097
<a href="games" type="button" class=" tag btn btn-outline-primary">games</a>
@@ -105,8 +102,8 @@ <h5 class="card-header">Announce</h5>
105102
</div>
106103
</div>
107104
</div>
108-
109-
</ul>
105+
106+
</ul>
110107

111108

112109
<div class="pagination">

public/blog/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<lastBuildDate>Sun, 09 Jun 2024 14:56:05 +0530</lastBuildDate>
1010
<atom:link href="http://localhost:1313/blog/index.xml" rel="self" type="application/rss+xml" />
1111
<item>
12-
<title>Announce</title>
12+
<title>In development</title>
1313
<link>http://localhost:1313/blog/announce/</link>
1414
<pubDate>Sun, 09 Jun 2024 14:56:05 +0530</pubDate>
1515
<guid>http://localhost:1313/blog/announce/</guid>

0 commit comments

Comments
 (0)