Skip to content

Commit 6a7efbb

Browse files
committed
Major Home Page
1 parent b868816 commit 6a7efbb

File tree

25 files changed

+1543
-523
lines changed

25 files changed

+1543
-523
lines changed

ai-builder/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>CodeCooks</title>
77
<link rel="stylesheet" href="styles.css">
8+
<link rel="icon" href="../dev-help/assets/codecookslogo.svg" sizes="any" type="image/svg"/>
89
</head>
910
<body>
1011
<div class="container">

contact-page/contact.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>CodeCooks</title>
77
<link rel="stylesheet" href="contact.css" />
8+
<link
9+
rel="icon"
10+
href="../dev-help/assets/codecookslogo.svg"
11+
sizes="any"
12+
type="image/svg"
13+
/>
814
<link
915
href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap"
1016
rel="stylesheet"
@@ -340,6 +346,15 @@
340346
<i class="fas fa-home"></i>
341347
<span>Home</span>
342348
</a>
349+
<a
350+
href="../home-page/about.html"
351+
class="nav-item"
352+
target="_blank"
353+
rel="noopener noreferrer"
354+
>
355+
<i class="fas fa-info-circle"></i>
356+
<span>About</span>
357+
</a>
343358
<a href="http://localhost:3000" class="nav-item" target="_blank">
344359
<i class="fas fa-globe"></i>
345360
<span>AI Prompt to Website</span>

dev-help/navbar.html

Lines changed: 5 additions & 318 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)