Skip to content

Commit

Permalink
Add separate index page
Browse files Browse the repository at this point in the history
  • Loading branch information
tzerefos committed Jun 30, 2024
1 parent 96ef6ab commit 8101f48
Show file tree
Hide file tree
Showing 6 changed files with 173 additions and 70 deletions.
157 changes: 157 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,157 @@
<!doctype html>

<html lang="en">


<head>


<!-- META -->
<meta charset="utf-8">
<meta name="robots" content="noodp">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">

<!-- PAGE TITLE -->
<title>Hellenic ACM SIGMOD Chapter - Coming Soon</title>

<!-- FAVICON -->
<link rel="shortcut icon" href="assets/img/favicon.png">

<!-- FONTS -->
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&amp;subset=latin-ext" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">

<!-- STYLESHEETS -->
<link rel="stylesheet" type="text/css" href="assets/css/plugins.css">
<link rel="stylesheet" type="text/css" href="assets/css/navigation.css">
<link rel="stylesheet" type="text/css" href="assets/css/responsive.css">
<link rel="stylesheet" type="text/css" href="assets/css/animations.css">


</head>


<body>
<div class="page-container">

<div class="content-wrap">
<div class="list-container">
<ul class="navigation-menu">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="#">Membership</a>
<ul class="navigation-submenu">
<li><a href="officers.html">Officers</a></li>
<li><a href="founding_members.html">Founding Members</a></li>
<li><a href="join.html">How to join</a></li>
</ul>
</li>
<li><a href="https://acmsigmod.gr/hdms/2024/index.html">HDMS</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="preloader">
<!-- SPINNER -->
<div class="spinner">
<div class="bounce-1"></div>
<div class="bounce-2"></div>
<div class="bounce-3"></div>
</div>
<!-- /SPINNER -->
</div>

<section class="middle-section">
<div class="container mt-0">
<div class="row sub-title text-center">
<div class="col">
<img class="logo" src="assets/img/hellenic-acm-sigmod-transparent-blue.png" alt="image" style="max-width: 30%;">
</div>
</div>
<div class="row title">
<div class="col">
Welcome to the Hellenic ACM SIGMOD Chapter!
</div>
</div>
<div class="row sub-title">
<div class="col">
The Hellenic ACM SIGMOD Chapter was established in 2024 with the aim to bring together the Greek data management research community world-wide,
promoting its scientific and educational contributions and facilitating the mentoring of the young researchers in Greece, Cyprus and the rest of the world.
As a chapter of the ACM Special Interest Group on Management of Data, it operates exclusively for scientific and educational purposes with focus on all aspects
of the data lifecycle:
</div>
</div>
<div class="row pl-2 text">
<div class="col">
<p>
✓ Advance, increase knowledge and interest in data acquisition, data management, data science, data systems and technologies.
</p>
</div>
</div>
<div class="row pl-2 text">
<div class="col">
✓ Increase awareness of the benefits and dangers of the use of data and in general the important role of data and its
applications in shaping every aspect of our life and work among both professionals and the general public.
</div>
</div>
<div class="row pl-2 text">
<div class="col">
✓ Promote the use of data for the common good as well as foster diversity and inclusion in all aspects of data professional activities.
</div>
</div>
<div class="row sub-title">
<div class="col">
Activities of the Hellenic ACM SIGMOD Chapter to achieve its goals include:
</div>
</div>
<div class="row pl-2 text">
<div class="col">
✓ The annual Hellenic Data Management Symposium.
</div>
</div>
<div class="row pl-2 text">
<div class="col">
✓ Networking and connecting events.
</div>
</div>
<div class="row pl-2 text">
<div class="col">
✓ Data-related seminars and panel discussions for raising awareness and exploring specific topics and challenges.
</div>
</div>
<div class="row pl-2 text">
<div class="col">
✓ Mentoring students and young researchers.
</div>
</div>
<div class="row pl-2 text">
<div class="col">
✓ Recognizing role models in the Hellenic database/data management/data science research community.
</div>
</div>
<div class="row pl-2 text">
<div class="col">
✓ Technical support for data research conferences, summer/winter schools on data and information science and technologies,
taking place in Greece and Cyprus.
</div>
</div>
</div>


</section>
</div>
<div class="footer">
<!-- ANIMATION CONTAINER -->
<div class="animation-container animation-fade-up" data-animation-delay="1200">
<p>© 2024 Hellenic ACM SIGMOD Chapter | <a href="mailto:info@acmsigmod.gr">info@acmsigmod.gr</a> | Design by <a href="https://templatefoundation.com">Template Foundation</a></p>
</div>
<!-- /ANIMATION CONTAINER -->
</div>
</div>

<script type="text/javascript" src="assets/js/plugins.js"></script>
<script type="text/javascript" src="assets/js/main.js"></script>

</body>


</html>
4 changes: 2 additions & 2 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<div class="content-wrap">
<div class="list-container">
<ul class="navigation-menu">
<!-- <li><a href="index.html">Home</a></li> -->
<li><a href="index.html">About</a></li>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="#">Membership</a>
<ul class="navigation-submenu">
<li><a href="officers.html">Officers</a></li>
Expand Down
4 changes: 2 additions & 2 deletions founding_members.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<div class="content-wrap">
<div class="list-container">
<ul class="navigation-menu">
<!-- <li><a href="index.html">Home</a></li> -->
<li><a href="index.html">About</a></li>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="#">Membership</a>
<ul class="navigation-submenu">
<li><a href="officers.html">Officers</a></li>
Expand Down
70 changes: 8 additions & 62 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<div class="content-wrap">
<div class="list-container">
<ul class="navigation-menu">
<!-- <li><a href="index.html">Home</a></li> -->
<li><a href="index.html">About</a></li>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="#">Membership</a>
<ul class="navigation-submenu">
<li><a href="officers.html">Officers</a></li>
Expand All @@ -62,78 +62,24 @@

<section class="middle-section">
<div class="container mt-0">
<div class="row sub-title text-center">
<div class="col">
<img class="logo" src="assets/img/hellenic-acm-sigmod-transparent-blue.png" alt="image" style="max-width: 30%;">
</div>
</div>

<div class="row title">
<div class="col">
Welcome to the Hellenic ACM SIGMOD Chapter!
</div>
</div>
<div class="row sub-title">
<div class="col">
The Hellenic ACM SIGMOD Chapter was established in 2024 with the aim to bring together the Greek data management research community world-wide,
promoting its scientific and educational contributions and facilitating the mentoring of the young researchers in Greece, Cyprus and the rest of the world.
As a chapter of the ACM Special Interest Group on Management of Data, it operates exclusively for scientific and educational purposes with focus on all aspects
of the data lifecycle:
</div>
</div>
<div class="row pl-2 text">
<div class="col">
<p>
✓ Advance, increase knowledge and interest in data acquisition, data management, data science, data systems and technologies.
</p>
</div>
</div>
<div class="row pl-2 text">
<div class="col">
✓ Increase awareness of the benefits and dangers of the use of data and in general the important role of data and its
applications in shaping every aspect of our life and work among both professionals and the general public.
</div>
</div>
<div class="row pl-2 text">
<div class="row sub-title text-center">
<div class="col">
✓ Promote the use of data for the common good as well as foster diversity and inclusion in all aspects of data professional activities.
<img class="logo" src="assets/img/hellenic-acm-sigmod-transparent-blue.png" alt="image" style="max-width: 30%;">
</div>
</div>
<div class="row sub-title">
<div class="col">
Activities of the Hellenic ACM SIGMOD Chapter to achieve its goals include:
</div>
</div>
<div class="row pl-2 text">
<div class="col">
✓ The annual Hellenic Data Management Symposium.
</div>
</div>
<div class="row pl-2 text">
<div class="col">
✓ Networking and connecting events.
</div>
</div>
<div class="row pl-2 text">
<div class="col">
✓ Data-related seminars and panel discussions for raising awareness and exploring specific topics and challenges.
</div>
</div>
<div class="row pl-2 text">
<div class="col">
✓ Mentoring students and young researchers.
</div>
</div>
<div class="row pl-2 text">
<div class="col">
✓ Recognizing role models in the Hellenic database/data management/data science research community.
</div>
</div>
<div class="row pl-2 text">
<div class="col">
✓ Technical support for data research conferences, summer/winter schools on data and information science and technologies,
taking place in Greece and Cyprus.
The Hellenic ACM SIGMOD Chapter was established in 2024 with the aim to bring together the Greek data management research community world-wide,
promoting its scientific and educational contributions and facilitating the mentoring of the young researchers in Greece, Cyprus and the rest of the world.
</div>
</div>

</div>


Expand Down
4 changes: 2 additions & 2 deletions join.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<div class="content-wrap">
<div class="list-container">
<ul class="navigation-menu">
<!-- <li><a href="index.html">Home</a></li> -->
<li><a href="index.html">About</a></li>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="#">Membership</a>
<ul class="navigation-submenu">
<li><a href="officers.html">Officers</a></li>
Expand Down
4 changes: 2 additions & 2 deletions officers.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<div class="content-wrap">
<div class="list-container">
<ul class="navigation-menu">
<!-- <li><a href="index.html">Home</a></li> -->
<li><a href="index.html">About</a></li>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="#">Membership</a>
<ul class="navigation-submenu">
<li><a href="officers.html">Officers</a></li>
Expand Down

0 comments on commit 8101f48

Please sign in to comment.