-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.html
More file actions
105 lines (95 loc) · 3.76 KB
/
main.html
File metadata and controls
105 lines (95 loc) · 3.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TechGrus • Home</title>
<link rel="icon" type="image/svg+xml" href="Vector.svg">
<link rel="stylesheet" href="styles_home.css">
</head>
<body>
<div class="fullscreen-image-container">
<header class="header">
<div class="logo-title">
<img class="logo" src="Vector.svg" alt="TechGrus Logo">
<h2 class="techgrus">TechGrus</h2>
</div>
<nav class="nav-panel">
<a href="#" class="nav-link">Home</a>
<a href="#" class="nav-link">About</a>
<a href="#" class="nav-link">Portfolio</a>
<a href="#" class="nav-link">Restaurants</a>
<a href="#" class="nav-link">Shoots</a>
</nav>
<div class="rhs-link-button">
<a href="tel:+921231234" class="call-us">Call Us</a>
<button class="sign-up-button">
<span class="button-text">EXPLORE THE PACKAGES</span>
</button>
</div>
</header>
<img class="fullscreen-image" src="Under-the-fold-image.png" alt="Background Image">
<h1 class="GetYourOwnDigitalExistence">Get your own<br/>digital existence</h1>
<div class="services">
<button class="service-btn">Designing</button>
<button class="service-btn">Web Development</button>
<button class="service-btn">Brand Presence</button>
<button class="service-btn">App Development</button>
<button class="service-btn">Product Shoots</button>
</div>
</div>
<section class="Section-1">
<div class="left-half">
<h2>Who</h2>
<p>
At techgrus we aim to make and create websites and apps that
actually make a difference because this is sample text.
We are in your mind.
</p>
<div class="buttons">
<button class="button-1">
Read More
</button>
<button class="button-2">
About Us
</button>
</div>
</div>
<div class="right-half">
<p>
We offer design and <b>development</b> services that enable <b>Resturants</b> to
attract new customers and grow at an incredible pace.
</p>
<p>
<br>Why choose and <b>TechGrus</b> over that enable <b>other</b>
to attract new customers and grow at an incredible pace.
</p>
</div>
</section>
<div>
<hr class="white-line" style="width: 80%; margin-top: 50px;">
<hr class="white-line" style="width: 70%; margin-top: 17px; margin-bottom: 50px;">
</div>
<section class="Section-2">
<div class="top-row">
<div class="box box-1">
<h2>Web</h2>
<p>
At techgrus we aim to make and create websites and
apps that actually make a difference because this is sample text.
We are in your mind.
</p>
<button class="button-1">
Click to Explore Plans
</button>
</div>
<div class="box box-2">
<h2>Hello</h2>
</div>
</div>
<div class="bottom-box">
<h2>Hello</h2>
</div>
</section>
</body>
</html>