-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #65 from oasis-open/communitydays
- Loading branch information
Showing
2 changed files
with
113 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>CSAF Community Days 2024 - Call for Presentations</title> | ||
<style> | ||
body { | ||
font-family: Arial, sans-serif; | ||
background-color: #f9f9f9; | ||
color: #333; | ||
margin: 0; | ||
padding: 0; | ||
} | ||
header { | ||
background-color: #0073e6; | ||
color: white; | ||
padding: 20px 10%; | ||
text-align: center; | ||
} | ||
.container { | ||
padding: 20px 10%; | ||
} | ||
h1 { | ||
color: #e3eaf1; | ||
} | ||
h2 { | ||
color: #005bb5; | ||
} | ||
.call-to-action { | ||
background-color: #e6f2ff; | ||
border: 1px solid #0073e6; | ||
padding: 15px; | ||
margin: 20px 0; | ||
} | ||
footer { | ||
background-color: #333; | ||
color: white; | ||
text-align: center; | ||
padding: 10px; | ||
position: sticky; | ||
width: 100%; | ||
bottom: 0; | ||
} | ||
.btn-submit { | ||
background-color: #0073e6; | ||
color: white; | ||
padding: 10px 20px; | ||
text-decoration: none; | ||
border-radius: 5px; | ||
} | ||
.btn-submit:hover { | ||
background-color: #005bb5; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
|
||
<header> | ||
<img src="../assets/images/csaf-logo-2022-380x127.png" alt="CSAF Logo"> | ||
<h1>CSAF Community Days 2024</h1> | ||
<p>Call for Presentations</p> | ||
</header> | ||
|
||
<div class="container"> | ||
<h2>About CSAF Community Days</h2> | ||
<p>The CSAF (Common Security Advisory Framework) Community Days is an event dedicated to discussing tools, best practices, innovations and success stories related to CSAF. We invite practitioners, developers, producers, consumers and other community members to share their knowledge with the community.</p> | ||
|
||
<div class="call-to-action"> | ||
<h2>Call for Presentations</h2> | ||
<p>We are looking for presentations that about CSAF focussing on tools, success stories, lessons learned, projects, innovative solutions and the integration or connection to other cybersecurity standards (e.g. SBOM). If you have insights to share, we encourage you to submit a presentation proposal!</p> | ||
</div> | ||
|
||
|
||
<h2>Event Location & Hybrid Format</h2> | ||
<p>The CSAF Community Days 2024 will be held as a hybrid event, allowing participants to join either in person or virtually. The event will take place on <strong>December 12-13, 2024</strong> at a location in <strong>Germany</strong> announced shortly.</p> | ||
<p>We look forward to welcoming attendees both on-site and online for an engaging and collaborative experience.</p> | ||
<p><i>Note: Some parts, e.g. the walk up live review of CSAFs, will only be available in person.</i></p> | ||
|
||
<h2>Submission Guidelines</h2> | ||
<ul> | ||
<li>Presentation Duration: 20-45 minutes, including Q&A.</li> | ||
<li>Presentation Format: | ||
<ul> | ||
<li>Tool demo (Open Source preferred)</li> | ||
<li>Presentation</li> | ||
<li>Panel</li> | ||
</ul> | ||
<li>Submissions should include the title, a brief abstract (150-300 words), suggested length (20, 30 or 45 minutes) and a short bio of the presenter.</li> | ||
</ul> | ||
|
||
<h2>How to Submit</h2> | ||
<p>Please submit your presentation proposal by clicking on the link below:</p> | ||
<a href="mailto:[email protected]?subject=[CSAF Community Days 2024][Presentation Proposal]<Presentation Title>" class="btn-submit">Submit Your Proposal</a> | ||
|
||
<h2>Important Dates</h2> | ||
<ul> | ||
<li>Submission Deadline: 2024-11-03T23:59:59-08:00</li> | ||
<li>Notification of Acceptance: November 11, 2024</li> | ||
<li>Event Dates: December 12-13, 2024</li> | ||
</ul> | ||
|
||
<h2>Contact Information</h2> | ||
<p>If you have any questions, feel free to reach out to us at <a href="mailto:[email protected]">[email protected]</a>.</p> | ||
</div> | ||
|
||
<footer> | ||
<p>© 2024 CSAF Community Days. All rights reserved.</p> | ||
</footer> | ||
|
||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.