-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
175 lines (167 loc) · 9.48 KB
/
Copy pathindex.html
File metadata and controls
175 lines (167 loc) · 9.48 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
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
172
173
174
175
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Insights at the Intersection | Business & Technology</title>
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
</head>
<body class="dark-theme">
<header>
<div class="container">
<div class="logo">
<a href="index.html">NextGenBlog</a>
</div>
<nav>
<ul>
<li><a href="index.html" class="active">Home</a></li>
<li><a href="#">Business</a></li>
<li><a href="#">Tech</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
<button id="theme-toggle" aria-label="Toggle dark/light mode">
<svg class="sun-icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="5"></circle>
<line x1="12" y1="1" x2="12" y2="3"></line>
<line x1="12" y1="21" x2="12" y2="23"></line>
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
<line x1="1" y1="12" x2="3" y2="12"></line>
<line x1="21" y1="12" x2="23" y2="12"></line>
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</svg>
<svg class="moon-icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
</svg>
</button>
</div>
</header>
<section class="hero">
<div class="container">
<div class="hero-content">
<h1>Insights at the Intersection of Business and Technology</h1>
<p>Exploring the future of digital innovation and strategic leadership</p>
<div class="cta-buttons">
<a href="#" class="btn btn-primary">Business Insights</a>
<a href="#" class="btn btn-secondary">Tech Explorations</a>
</div>
</div>
<div class="hero-illustration">
<svg width="400" height="400" viewBox="0 0 400 400" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M200 50L350 150L200 250L50 150L200 50Z" stroke="#8a4fff" stroke-width="2" fill="none" />
<path d="M200 100L300 150L200 200L100 150L200 100Z" stroke="#36e2c8" stroke-width="2" fill="none" />
<circle cx="200" cy="150" r="10" fill="#8a4fff" />
<circle cx="300" cy="150" r="10" fill="#36e2c8" />
<circle cx="100" cy="150" r="10" fill="#36e2c8" />
<circle cx="200" cy="50" r="10" fill="#8a4fff" />
<circle cx="200" cy="250" r="10" fill="#36e2c8" />
<line x1="200" y1="150" x2="300" y2="150" stroke="#8a4fff" stroke-width="2" />
<line x1="200" y1="150" x2="100" y2="150" stroke="#36e2c8" stroke-width="2" />
<line x1="200" y1="150" x2="200" y2="50" stroke="#8a4fff" stroke-width="2" />
<line x1="200" y1="150" x2="200" y2="250" stroke="#36e2c8" stroke-width="2" />
</svg>
</div>
</div>
</section>
<section class="featured">
<div class="container">
<h2>Featured Articles</h2>
<p class="section-description">Discover our latest insights on business strategy, technology trends, and professional growth</p>
<div class="article-grid">
<article class="card">
<div class="card-category">Business</div>
<h3>Strategic Digital Transformation in 2025</h3>
<p>Exploring how businesses are leveraging digital technologies to create new value and competitive advantage.</p>
<a href="#" class="read-more">Read More</a>
</article>
<article class="card">
<div class="card-category">Tech</div>
<h3>The Evolution of Web Performance Optimization</h3>
<p>A deep dive into modern techniques for creating lightning-fast web experiences.</p>
<a href="#" class="read-more">Read More</a>
</article>
<article class="card">
<div class="card-category">Blog</div>
<h3>My Journey from Developer to Technical Leader</h3>
<p>Personal reflections on the transition from hands-on development to technical leadership.</p>
<a href="#" class="read-more">Read More</a>
</article>
</div>
</div>
</section>
<section class="newsletter">
<div class="container">
<h2>Stay Updated</h2>
<p>Get the latest insights delivered directly to your inbox</p>
<form class="newsletter-form">
<input type="email" placeholder="Your email address" required>
<button type="submit" class="btn btn-primary">Subscribe</button>
</form>
</div>
</section>
<footer>
<div class="container">
<div class="footer-content">
<div class="footer-logo">
<a href="index.html">NextGenBlog</a>
<p>Insights at the intersection of business and technology</p>
</div>
<div class="footer-links">
<div class="footer-column">
<h4>Navigation</h4>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#">Business</a></li>
<li><a href="#">Tech</a></li>
<li><a href="#">Blog</a></li>
</ul>
</div>
<div class="footer-column">
<h4>Resources</h4>
<ul>
<li><a href="#">Portfolio</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
</div>
<div class="footer-column">
<h4>Connect</h4>
<div class="social-icons">
<a href="#" aria-label="Twitter">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z"></path>
</svg>
</a>
<a href="#" aria-label="LinkedIn">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path>
<rect x="2" y="9" width="4" height="12"></rect>
<circle cx="4" cy="4" r="2"></circle>
</svg>
</a>
<a href="#" aria-label="GitHub">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>
</svg>
</a>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 NextGenBlog. All rights reserved.</p>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>