Skip to content

Commit 7dd926d

Browse files
author
vikash
committed
initial commit
1 parent 0237f7b commit 7dd926d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1376
-104
lines changed

.vscode/launch.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"type": "node",
9+
"request": "launch",
10+
"name": "Launch Program",
11+
"skipFiles": [
12+
"<node_internals>/**"
13+
],
14+
"program": "${workspaceFolder}\\start"
15+
}
16+
]
17+
}

public/bottomwave.png

242 KB
Loading

public/favicon.ico

-3.78 KB
Binary file not shown.

public/google-rate-us.png

17.6 KB
Loading

public/index.html

+13-7
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,20 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
5+
6+
<link
7+
href="https://fonts.googleapis.com/css?family=Poppins|Muli|Raleway&display=swap"
8+
rel="stylesheet"
9+
/>
10+
<link
11+
rel="stylesheet"
12+
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
13+
/>
614
<meta name="viewport" content="width=device-width, initial-scale=1" />
715
<meta name="theme-color" content="#000000" />
8-
<meta
9-
name="description"
10-
content="Web site created using create-react-app"
11-
/>
12-
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
16+
<meta name="description" content="Horizon Technologies Official Website" />
17+
<link rel="shortcut icon" href="./logo.png" />
18+
1319
<!--
1420
manifest.json provides metadata used when your web app is installed on a
1521
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
@@ -24,7 +30,7 @@
2430
work correctly both with client-side routing and a non-root public URL.
2531
Learn how to configure a non-root public URL by running `npm run build`.
2632
-->
27-
<title>React App</title>
33+
<title>Horizon Technologies</title>
2834
</head>
2935
<body>
3036
<noscript>You need to enable JavaScript to run this app.</noscript>
11 KB
Loading

public/institute-images/jamal.jpg

10.2 KB
Loading

public/institute-images/st-joseph.jpg

9.27 KB
Loading

public/logo.png

403 KB
Loading

public/logo192.png

-5.22 KB
Binary file not shown.

public/logo512.png

-9.44 KB
Binary file not shown.

public/manifest.json

-25
This file was deleted.

public/mentor-images/madhan.jpg

31.8 KB
Loading

public/mentor-images/patrick.jpg

38.8 KB
Loading

public/mentor-images/varun.jpg

9.82 KB
Loading

public/robots.txt

-2
This file was deleted.

public/topwave.png

8.56 KB
Loading

public/user-images/logo.png

403 KB
Loading

public/user-images/user.png

3.68 KB
Loading

public/work-images/big-data.jpg

83.2 KB
Loading
47.1 KB
Loading

public/work-images/database.jpg

43 KB
Loading
89.2 KB
Loading
51 KB
Loading

public/work-images/web-dev.jpg

97.4 KB
Loading

0 commit comments

Comments
 (0)