-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathnews.html
175 lines (169 loc) · 8.33 KB
/
news.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
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>News - Kornia.AI</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@400;500;600;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Young+Serif&family=Bitter:wght@400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
</head>
<body>
<header>
<nav>
<div class="logo">
<a href="index.html">Kornia.AI</a>
</div>
<div class="nav-links">
<a href="index.html#communities">Communities</a>
<a href="index.html#about">About</a>
<a href="news.html" class="active">News</a>
<div class="github-dropdown">
<a href="#">GitHub <i class="fas fa-chevron-down"></i></a>
<div class="github-dropdown-content">
<a href="https://github.com/kornia/kornia" target="_blank">
<div>
<i class="fas fa-camera"></i> Kornia
</div>
<span class="star-count" data-repo="kornia/kornia">
<i class="fas fa-star"></i> <span class="count">...</span>
</span>
</a>
<a href="https://github.com/kornia/kornia-rs" target="_blank">
<div>
<i class="fas fa-bolt"></i> Kornia-rs
</div>
<span class="star-count" data-repo="kornia/kornia-rs">
<i class="fas fa-star"></i> <span class="count">...</span>
</span>
</a>
<a href="https://github.com/kornia/bubbaloop" target="_blank">
<div>
<i class="fas fa-puzzle-piece"></i> Bubbaloop
</div>
<span class="star-count" data-repo="kornia/bubbaloop">
<i class="fas fa-star"></i> <span class="count">...</span>
</span>
</a>
</div>
</div>
</div>
</nav>
</header>
<main>
<section class="news-hero">
<h1>Latest News</h1>
<p>Stay tuned with Kornia.AI</p>
</section>
<section class="news-container">
<div class="news-filters">
<div class="hashtag-filters" id="hashtagFilters">
<!-- Hashtag filters will be dynamically inserted here -->
</div>
<div class="filter-controls">
<div class="items-per-page">
<label for="itemsPerPage">Items per page:</label>
<select id="itemsPerPage" class="items-select">
<option value="5">5</option>
<option value="10" selected>10</option>
<option value="20">20</option>
<option value="50">50</option>
</select>
</div>
</div>
</div>
<div class="news-list" id="newsList">
<!-- News items will be dynamically inserted here -->
</div>
<div class="pagination">
<button class="pagination-btn" id="prevPage" disabled>Previous</button>
<div class="pagination-numbers" id="pageNumbers">
<button class="pagination-number active">1</button>
<button class="pagination-number">2</button>
<button class="pagination-number">3</button>
</div>
<button class="pagination-btn" id="nextPage">Next</button>
</div>
</section>
</main>
<footer>
<div class="footer-content">
<div class="footer-section">
<h4>Kornia.AI</h4>
<p>Advancing Computer Vision Through Open Source</p>
</div>
<div class="footer-section">
<h4>Links</h4>
<a href="https://github.com/kornia">GitHub</a>
<a href="https://kornia.readthedocs.io/">Documentation</a>
<a href="news.html">News</a>
</div>
<div class="footer-section">
<h4>Connect With Us</h4>
<div class="social-icons">
<a href="https://twitter.com/kornia_ai" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://linkedin.com/company/kornia-ai" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/kornia" target="_blank"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© 2024 Kornia.AI. All rights reserved.</p>
</div>
</footer>
<script>
// News data
const newsData = {
tags: ["all", "kornia", "kornia-rs", "bubbaloop", "community"],
items: [
{
date: "March 12, 2024",
title: "Kornia.AI GSoC 2025 Information Session",
content: "We are hosting an information session to everybody who is interested in the upcoming GSoC 2025. Join our discord channels to ask questions! We'll have an open session to present and discuss about the projects.",
tags: ["community"],
link: "https://discord.gg/5jUAunfs?event=1346789995981049869"
},
{
date: "March 05, 2024",
title: "Kornia.AI is accepted to Google Summer of Code 2025",
content: "We are accepted to the Google Summer of Code 2025, where students and early open source contributors can participate to improve their software engineering skills. We encourage everyone interested to participate to read very carefully about Kornia and official GSOC documentation to officially participate in the program.",
tags: ["community"],
link: "https://github.com/kornia/kornia-rs/wiki/Google-Sumer-of-Code-Application"
},
{
date: "March 15, 2024",
title: "Kornia 0.7.0 Release",
content: "We're excited to announce the release of Kornia 0.7.0, bringing new features and improvements to our PyTorch-based computer vision library.",
tags: ["kornia"],
link: "https://github.com/kornia/kornia/releases/tag/v0.7.0"
},
{
date: "March 1, 2024",
title: "Kornia-rs First Release",
content: "Introducing Kornia-rs, our new Rust-based computer vision library, bringing high-performance computer vision to the Rust ecosystem.",
tags: ["kornia-rs"],
link: "https://github.com/kornia/kornia-rs/releases/tag/v0.1.0"
},
{
date: "February 15, 2024",
title: "Bubbaloop Beta Release",
content: "We're launching the beta version of Bubbaloop, our new computer vision playground and tools platform.",
tags: ["bubbaloop"],
link: "https://bubbaloop.kornia.ai"
},
{
date: "February 1, 2024",
title: "Kornia Community Milestone",
content: "Celebrating 10,000 GitHub stars and growing community contributions.",
tags: ["kornia"],
link: "https://github.com/kornia/kornia"
}
]
};
</script>
<script src="news.js"></script>
</body>
</html>