-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
140 lines (138 loc) · 4.18 KB
/
index.html
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
href="https://unpkg.com/[email protected]/css/boxicons.min.css"
rel="stylesheet"
/>
<script src="pages/script/script.js" defer></script>
<link rel="stylesheet" href="pages/css/service.css" />
<link rel="stylesheet" href="pages/css/nav.css" />
<link rel="stylesheet" href="style.css" />
<title>home</title>
</head>
<body>
<header>
<div class="nav-menu">
<div class="logo">
<h3>POWERLAB STUDIOS</h3>
</div>
<nav>
<ul class="">
<li class=".nav-link"><a href="/">Home</a></li>
<li class=".nav-link"><a href="">About</a></li>
<li class=".nav-link"><a href="pages/service.html">service</a></li>
<li class=".nav-link"><a href="">Blog</a></li>
<li class=".nav-link"><a href="">Contact</a></li>
</ul>
</nav>
<div class="login nav-link">
<a href="#">Login</a>
<button class=".nav-link">Try for free</button>
</div>
</div>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</header>
<div class="h-container">
<div class="h-left">
<h1>Empowering Solutions for Software and Systems</h1>
<p>
Welcome to Power Lab Studios, where innovation meets technology. We
specialize in delivering cutting-edge software and systems solutions
that drive success.
</p>
<div class="h-buttons">
<button>Learn more</button>
<button>Contact us</button>
</div>
</div>
<div class="h-right">
<img src="image/home.png" alt="" />
</div>
</div>
<div class="h-exp">
<div class="h-exp-left">
<h1>
Experience the Power of Innovative Software and System Solutions
</h1>
<p>
At Power Lab Studios, we offer cutting-edge software and system
solutions that drive efficiency and enhance productivity. Our team of
experts combines technical expertise with creative problem-solving to
deliver tailored solutions that meet your unique needs.
</p>
<ol>
<li>
Streamline your operations with our advanced software solutions.
</li>
<li>
Optimize your systems for maximum performance and reliability.
</li>
<li>
Stay ahead of the competition with our innovative technology
solutions.
</li>
</ol>
</div>
<div class="h-exp-right">
<img src="image/image2.jpg" alt="" />
</div>
</div>
<div class="trans">
<h1>Transforming Ideas into Powerful Solutions</h1>
<p>
Discover how Power Lab Studios can help you achieve your goals with
innovative software and system solutions.
</p>
<div class="trans-buttons">
<button>Contact</button>
<button>Learn More</button>
</div>
</div>
<footer>
<div class="footer">
<h2>POWERLAB STUDIOS</h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Similique,
vel!
</p>
<p class="icons">
<i class="bx bxl-instagram-alt"></i
><i class="bx bxl-facebook-circle"></i>
<i class="bx bxl-linkedin"></i>
<i class="bx bxl-github"></i>
</p>
</div>
<div class="footer">
<h2>company</h2>
<p>Payment gateway</p>
<p>Api integration</p>
<p>Portfolio</p>
<p>Projects</p>
</div>
<div class="footer">
<h2>Site links</h2>
<p>home</p>
<p>about</p>
<p>contact</p>
<p>blog</p>
</div>
<div class="footer">
<h2>Contact info</h2>
<p>[email protected]</p>
<p>+265 222 240 608</p>
<p>Manja</p>
<p>Blantyre</p>
</div>
</footer>
<div class="copyright">
<p>@ 2024 Powerlab Studios, all rights reserved</p>
</div>
</body>
</html>