Skip to content

Commit c481fb0

Browse files
committed
Update images
1 parent cf39087 commit c481fb0

File tree

5 files changed

+22
-10
lines changed

5 files changed

+22
-10
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
5+
<link rel="icon" type="image/png" href="/src/assets/gcp.png" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Vite + React</title>
7+
<title>GCR</title>
88
</head>
99
<body>
1010
<div id="root"></div>

src/App.jsx

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
import { useState } from "react";
22
import reactLogo from "./assets/react.svg";
3-
import viteLogo from "/vite.svg";
3+
4+
import gar from "./assets/gar.png";
5+
import gcr from "./assets/gcr.png";
6+
47
import "./App.css";
58

69
function App() {
@@ -9,23 +12,32 @@ function App() {
912
return (
1013
<>
1114
<div>
12-
<a href="https://vitejs.dev" target="_blank">
13-
<img src={viteLogo} className="logo" alt="Vite logo" />
15+
<a
16+
href="https://cloud.google.com/artifact-registry/docs"
17+
target="_blank"
18+
>
19+
<img src={gar} className="logo" alt="GAR logo" />
1420
</a>
1521
<a href="https://react.dev" target="_blank">
1622
<img src={reactLogo} className="logo react" alt="React logo" />
1723
</a>
24+
<a href="https://cloud.google.com/run?hl=en" target="_blank">
25+
<img src={gcr} className="logo react" alt="GCR logo" />
26+
</a>
1827
</div>
1928
<h1>GCP Deployment</h1>
2029
<div className="card">
2130
<button onClick={() => setCount((count) => count + 1)}>
2231
count is {count}
2332
</button>
24-
<p>
25-
Edit <code>src/App.jsx</code> and save to test HMR
26-
</p>
2733
</div>
28-
<p className="read-the-docs">Made to learn the GCP concepts by Ahmed Anwer.</p>
34+
<p className="read-the-docs">Made in order to learn the GCP concepts</p>
35+
<p className="read-the-docs">
36+
Created by{" "}
37+
<a href="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/m-ahmed-anwer" target="_blank">
38+
Ahmed Anwer
39+
</a>
40+
</p>
2941
</>
3042
);
3143
}

src/assets/gar.png

40.8 KB
Loading

src/assets/gcp.png

31.3 KB
Loading

src/assets/gcr.png

28.8 KB
Loading

0 commit comments

Comments
 (0)