-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndex.html
171 lines (155 loc) · 5.59 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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Responsive Portfolio Website</title>
<!---custom css link---->
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet"href="https://unpkg.com/boxicons@latest/css/boxicons.min.css">
<script src="index.js"></script>
</head>
<body>
<!------Header Section------>
<header>
<a href="#" class="logo"><span>Dev</span>Hub</a>
<ul class="navlist">
<li><a href="#home" class="active">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<div class="bx bx-menu" id="menu-icon"></div>
</header>
<!---------Home Section--------------->
<section class="home" id="home">
<div class="home-text">
<div class="slide">
<span class="one">Hello</span>
<span class="two">We are</span>
</div>
<h1>DevHub</h1>
<h3> <span>Group.</span></h3>
<p>We are developers with 1+ years of experience who keep customers <br> coming back for our services by making our best effort.</p>
<div class="button">
<a href="#about" class="btn">About Us</a>
</div>
</div>
</section>
<!---------about Section --------------->
<section class="about" id="about">
<div class="about-img">
<img src="img/Modern.jpg">
</div>
<div class="about-text">
<h2>About <span>Us</span></h2>
<h4>Software Engineers!</h4>
<p>Welcome to DevHub, where software engineering meets innovation!
We are a dynamic team of skilled .NET developers passionate about
crafting exceptional digital solutions. With over 1+ year of hands-on
APIs and intuitive mobile applications, we specialize in bringing your
vision to life.
What sets us apart is our dedication to understanding your unique
needs and goals. We believe in collaboration and communication every
step of the way, ensuring that the end product not only meets but
surpasses your requirements.
Let's embark on this journey together and turn your vision into reality.
</p>
<a href="#services" class="btn">Services</a>
</div>
</section>
<!-----------Services Section-------------->
<section class="services" id="services">
<div class="main-text">
<h2><span>My</span>Services</h2>
</div>
<div class="services-content">
<div class="box">
<div class="s-icons">
<i class='bx bx-mobile-alt'></i>
</div>
<h3>Mobile Development</h3>
<p>We can create a mobile application, whether you need an Android app, an iOS app, or both, our team has the expertise to bring your ideas to life.</p>
<a href="#" class="btn">Read More</a>
</div>
<div class="box">
<div class="s-icons">
<i class='bx bx-code-alt'></i>
</div>
<h3>Web <br> Development</h3>
<p>With expertise in the latest web technologies and frameworks, we create custom solutions tailored to your specific requirements, delivering a quality product.</p>
<a href="#" class="btn">Read More</a>
</div>
<div class="box">
<div class="s-icons">
<i class='bx bx-edit-alt'></i>
</div>
<h3>Api <br> Development</h3>
<p>Leveraging the robust of the .NET platform, we specialize in creating scalable and secure APIs that facilitate seamless communication between your applications.</p>
<a href="#" class="btn">Read More</a>
</div>
</div>
</section>
<!-----------Portfolio Section--------------->
<section class="portfolio" id="portfolio">
<div class="main-text">
<h2><span>Latest</span> Project</h2>
</div>
<div class="portfolio-content">
<div class="row">
<img src="img/WebDashboard.png">
<div class="layer">
<h5>Visual Design</h5>
<p>Check out 10 best Design's updates for the top web design & development compaines.</p>
<a href="https://vzwlsq47-7008.euw.devtunnels.ms/"> <i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="row">
<img src="img/InflowMobile.png">
<div class="layer">
<h5>Visual Design</h5>
<p>Check out 10 best Design's updates for the top web design & development compaines.</p>
<a href="#"> <i class='bx bx-link-external'></i></a>
</div>
</div>
</div>
</section>
<!------------------Contact section------------>
<section class="contact" id="contact">
<div class="contact-text">
<h2>Contact <span>Us!</span></h2>
<h4>And, if you have any projects in mind or if you'd like to discuss how we can tailor our services to meet your specific needs, please don't hesitate to get in touch with us.</h4>
<div class="list">
<li><a href="#">+998 94 6151006</a></li>
<li><a href="#">gieosovazamat@gmail.com</a></li>
<li><a href="#">Like Share & Subscribe</a></li>
</div>
<div class="contact-icons">
<a href="#"><i class='bx bxl-facebook'></i></a>
<a href="#"><i class='bx bxl-twitter' ></i></a>
<a href="#"><i class='bx bxl-instagram-alt' ></i></a>
<a href="#"><i class='bx bxl-youtube' ></i></a>
</div>
</div>
<div class="contact-form">
<form action="">
<input type="name" placeholder="Your Name " required>
<input type="email" placeholder="Your Email " required>
<input type="number" placeholder="your Mobile Number" required>
<textarea id="message" cols="35" rows="10" placeholder="How Can I Help You " required></textarea>
<input type="submit" value="Send Message" class="submit" required>
</form>
</div>
</section>
<!---------End Section---------->
<section class="end">
<div class="last-text">
<p>Design By DevHub</p>
</div>
<div class="top">
<a href="#home"><i class='bx bx-up-arrow-alt' ></i></a>
</div>
</section>
</body>
</html>