forked from xebia/github-copilot-updates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (38 loc) · 1.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta viewport="width=device-width, initial-scale=1.0">
<title>GitHub Copilot updates</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- New section for 4 big boxes -->
<div class="grid-container">
<div id="container" class="box-grid">
<div class="box">
<a href="skus.html">Copilot Business vs Enterprise</a>
</div>
<div class="box"></div>
<div class="box">
<a href="tutorials.html">Tutorials</a>
</div>
<div class="box">
<img src="2f8fc057-cb77-46af-8739-09295749e790.jfif" alt="Logo of a piilot with a headset and a leather jacket" style="width: 100px; height: auto;">
</div>
</div>
</div>
<!-- Removed sku information from this page -->
<!-- Copilot News Section -->
<div id="copilot-news">
<h2>Copilot News</h2>
<!-- Placeholder divs for filter buttons -->
<div id="filter-buttons">
<!-- Filter buttons will be dynamically generated -->
</div>
<!-- News content will be dynamically loaded here -->
<div id="news-content"></div>
</div>
<script src="script.js"></script>
</body>
</html>