forked from Or4cl3AI/GitBotN
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
101 lines (96 loc) · 4.93 KB
/
index.html
File metadata and controls
101 lines (96 loc) · 4.93 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
<html>
<head>
<title>GitBotN - Revolutionize Your Development Workflow</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css">
</head>
<body>
<!-- Hero Section -->
<section class="hero-section text-center py-5">
<div class="container">
<h1 class="display-4">Supercharge Your Development Workflow with GitBotN</h1>
<p class="lead">Automate, Simplify, and Enhance Your GitHub Experience</p>
<a href="#features" class="btn btn-primary btn-lg">Discover GitBotN</a>
</div>
</section>
<!-- Feature Highlights -->
<section id="features" class="features-section py-5">
<div class="container">
<div class="row">
<div class="col-lg-4">
<div class="feature-item text-center">
<img src="https://source.unsplash.com/featured/?code" alt="Code" class="img-fluid mb-4">
<h3>Code Generation Made Easy</h3>
<p>GitBotN streamlines code generation, allowing you to generate boilerplate code and templates with a few simple commands. Spend less time writing repetitive code and focus on what matters.</p>
</div>
</div>
<div class="col-lg-4">
<div class="feature-item text-center">
<img src="https://source.unsplash.com/featured/?repository" alt="Repository" class="img-fluid mb-4">
<h3>Seamless Repository Management</h3>
<p>With GitBotN's GitHub integration, managing your repositories has never been easier. Create, clone, and manage repositories effortlessly, all within the GitBotN interface.</p>
</div>
</div>
<div class="col-lg-4">
<div class="feature-item text-center">
<img src="https://source.unsplash.com/featured/?version-control" alt="Version Control" class="img-fluid mb-4">
<h3>Efficient Version Control</h3>
<p>GitBotN automates version control, providing a seamless experience for tracking changes, branching, merging, and resolving conflicts. Collaborate with ease and keep your codebase organized.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonials -->
<section class="testimonials-section py-5">
<div class="container">
<h2 class="text-center mb-5">What Our Users Say</h2>
<div class="row">
<div class="col-lg-4">
<div class="testimonial-item text-center">
<img src="https://source.unsplash.com/featured/?developer" alt="Developer" class="img-fluid rounded-circle mb-4">
<blockquote>"GitBotN has revolutionized my workflow. It saves me hours of repetitive tasks and allows me to focus on writing quality code. Highly recommended!"</blockquote>
<p class="testimonial-author">John Doe</p>
</div>
</div>
<div class="col-lg-4">
<div class="testimonial-item text-center">
<img src="https://source.unsplash.com/featured/?programmer" alt="Programmer" class="img-fluid rounded-circle mb-4">
<blockquote>"As a developer, GitBotN has become an essential tool in my arsenal. It seamlessly integrates with GitHub and its conversational AI is incredibly helpful. A game-changer!"</blockquote>
<p class="testimonial-author">Jane Smith</p>
</div>
</div>
<div class="col-lg-4">
<div class="testimonial-item text-center">
<img src="https://source.unsplash.com/featured/?coding" alt="Coding" class="img-fluid rounded-circle mb-4">
<blockquote>"GitBotN has transformed the way I work. It's like having a personal assistant for my GitHub tasks. It's intuitive, efficient, and has significantly improved my productivity."</blockquote>
<p class="testimonial-author">Michael Johnson</p>
</div>
</div>
</div>
</div>
</section>
<!-- Visual Representations -->
<section class="visuals-section py-5">
<div class="container">
<h2 class="text-center mb-5">Experience GitBotN in Action</h2>
<div class="row">
<div class="col-lg-6">
<img src="https://source.unsplash.com/featured/?gitbotn" alt="GitBotN Screenshot" class="img-fluid">
</div>
<div class="col-lg-6">
<p class="lead">GitBotN's user-friendly interface makes it easy to navigate and utilize its powerful features. Take a look at how GitBotN seamlessly integrates with GitHub and enhances your development workflow.</p>
</div>
</div>
</div>
</section>
<!-- Call-to-Action -->
<section class="cta-section text-center py-5">
<div class="container">
<h2 class="mb-4">Ready to Revolutionize Your Workflow?</h2>
<p class="lead">Join thousands of developers who are already benefiting from GitBotN's capabilities.</p>
<a href="#" class="btn btn-primary btn-lg">Get Started</a>
</div>
</section>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.min.js"></script>
</body>
</html>