Skip to content

Commit

Permalink
New menu "Community" added, moved few presentations
Browse files Browse the repository at this point in the history
1) New menu "Community" added in top menu with dropdown.
2)  Comcast & mellanox news added in News & Events.
3) October newletter added to Newsletter.
4) Few old presentations moved to MorePresentations.
5) Common menu.html file has been created to reuse the same Menu in all other html files. Corresponding html files have been updated to use the menu.html instead of repeating the menu in all html files.
  • Loading branch information
kannankvs committed Nov 12, 2019
1 parent 8fc728e commit 37852b3
Show file tree
Hide file tree
Showing 7 changed files with 306 additions and 252 deletions.
180 changes: 180 additions & 0 deletions MoM.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,180 @@
<!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">
<title>SONiC | Home</title>

<!-- Favicon -->
<link rel="shortcut icon" href="assets/img/logo_on_tab.png" type="image/x-icon">

<!-- Font awesome -->
<link href="assets/css/font-awesome.css" rel="stylesheet">
<!-- Bootstrap -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<!-- Slick slider -->
<link rel="stylesheet" type="text/css" href="assets/css/slick.css">
<!-- Fancybox slider -->
<link rel="stylesheet" href="assets/css/jquery.fancybox.css" type="text/css" media="screen" />
<!-- Theme color -->
<link id="switcher" href="assets/css/theme-color/default-theme.css" rel="stylesheet">

<!-- Main style sheet -->
<link href="assets/css/style.css" rel="stylesheet">

<!-- Google Fonts -->
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto:400,400italic,300,300italic,500,700' rel='stylesheet' type='text/css'>


<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<style>
table, th, td {
border: 2px solid blue;
text-align:center;
}
th, td {
padding: 10px;
background-color:none;
}

h1 {
color:blue;
}
</style>
</head>
<body>

<!--START SCROLL TOP BUTTON -->
<a class="scrollToTop" href="#">
<i class="fa fa-angle-up"></i>
</a>
<!-- END SCROLL TOP BUTTON -->

<!-- Start menu -->
<section id="mu-menu">
</section>
<!-- End menu -->
<!-- Start search box -->
<div id="mu-search">
<div class="mu-search-area">
<button class="mu-search-close"><span class="fa fa-close"></span></button>
<div class="container">
<div class="row">
<div class="col-md-12">
<form class="mu-search-form">
<input type="search" placeholder="Type Your Keyword(s) & Hit Enter">
</form>
</div>
</div>
</div>
</div>
</div>
<!-- End search box -->
<!-- Page breadcrumb -->
<section id="mu-page-breadcrumb">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mu-page-breadcrumb-area">
<h2>SONiC community meeting minutes </h2>
</div>
</div>
</div>
</div>
</section>
<!-- End breadcrumb -->

<!-- Start contact -->
<section id="mu-contact">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mu-contact-area">
<!-- start title -->
<div class="mu-title" >
<table border="2" align="center" >
<tr>
<th style="text-align: center; ">Date</th>
<th style=" text-align: center; ">Links To Meeting Agenda</th>
<th style=" text-align: center; ">Links To Minutes Of The meeting</th>
</tr>
<tr>
<td style="">OCTOBER 29 2019</td>
<td style=" text-align: left; "><a href="https://groups.google.com/d/msg/sonicproject/kYhv22WnvxU/JRugzziRAwAJ">RADIUS HLD & DPKG local caching</a></td>
<td style=""><a href="https://groups.google.com/d/msg/sonicproject/gWZnvDRa0bI/utAq2wC2AwAJ">MoM</a></td>
</tr>
<tr>
<td style="">OCTOBER 22 2019</td>
<td style=" text-align: left; "><a href="https://groups.google.com/d/msg/sonicproject/9K8GJzf5OSY/tBP_toAzDAAJ">VRRP HLD & Release progress</a></td>
<td style=""><a href="https://groups.google.com/d/msg/sonicproject/gWZnvDRa0bI/N77TFQR3DAAJ">MoM</a></td>
</tr>
<tr>
<td style="">OCTOBER 15 2019</td>
<td style=" text-align: left; "><a href="https://groups.google.com/d/msg/sonicproject/9r6f05_mKJ4/4EY4DlPJDQAJ">Tech support data export and core file manager HLD</a></td>
<td style=""><a href="https://groups.google.com/d/msg/sonicproject/gWZnvDRa0bI/i6RKWL1YDgAJ">MoM</a></td>
</tr>
<tr>
<td style="">&nbsp;&nbsp;OCTOBER 08 2019&nbsp;&nbsp;</td>
<td style="text-align: left; "><a href="https://groups.google.com/d/msg/sonicproject/IUZofefxMM4/SCBf3q_7CgAJ">Review of 201910 release status</a></td>
<td style=""><a href="https://groups.google.com/d/msg/sonicproject/kST4pB3k-Hw/3awNfhoxCwAJ">MoM</a></td>
</tr>
</table>

</div>
<!-- end title -->
</div>
</div>
</div>
</div>
</section>
<!-- End contact -->


<!-- Start footer -->
<footer id="mu-footer">

<!-- start footer bottom -->
<div class="mu-footer-bottom">
<div class="container">
<div class="mu-footer-bottom-area">
</div>
</div>
</div>
<!-- end footer bottom -->
</footer>
<!-- End footer -->






<!-- jQuery library -->
<script src="assets/js/jquery.min.js"></script>
<script type="text/javascript">
$("#mu-menu").load("menu.html");
</script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="assets/js/bootstrap.js"></script>
<!-- Slick slider -->
<script type="text/javascript" src="assets/js/slick.js"></script>
<!-- Counter -->
<script type="text/javascript" src="assets/js/waypoints.js"></script>
<script type="text/javascript" src="assets/js/jquery.counterup.js"></script>
<!-- Mixit slider -->
<script type="text/javascript" src="assets/js/jquery.mixitup.js"></script>
<!-- Add fancyBox -->
<script type="text/javascript" src="assets/js/jquery.fancybox.pack.js"></script>

<!-- Custom js -->
<script src="assets/js/custom.js"></script>

</body>
</html>
63 changes: 4 additions & 59 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,64 +47,6 @@

<!-- Start menu -->
<section id="mu-menu">
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<!-- FOR MOBILE VIEW COLLAPSED BUTTON -->
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- LOGO -->
<!-- TEXT BASED LOGO -->
<a class="navbar-brand" style="margin-top: -10px" href="index.html"><img src="assets/img/logo.png"></a>
<a class="navbar-brand" style="margin-top: -10px" href="index.html"><img src="assets/img/ocp_logo.png"></a>
<!-- IMG BASED LOGO -->
<!-- <a class="navbar-brand" href="index.html"><img src="assets/img/logo.png" alt="logo"></a> -->
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul id="top-menu" class="nav navbar-nav navbar-right main-nav">
<li class="active"><a style="color: blue" href="index.html">Home</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">SONiC <span class="fa fa-angle-down"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a style="color: black" href="https://github.com/Azure/SONiC/wiki/Features-and-Roadmap">Features</a></li>
<li><a style="color: black" href="https://github.com/Azure/SONiC/wiki/Architecture">Architecture</a></li>
<li><a style="color: black" href="https://github.com/Azure/SONiC/wiki/Sonic-Roadmap-Planning">Roadmap</a></li>
<li><a style="color: black" href="Supported-Devices-and-Platforms.html">Supported Devices And Platforms</a></li>
<li><a style="color: black" href="https://github.com/Azure/SONiC/blob/master/sourcecode.md">Source Code And License</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Users <span class="fa fa-angle-down"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a style="color: black" href="https://github.com/Azure/SONiC/wiki">Wiki</a></li>
<li><a style="color: black" href="https://github.com/Azure/SONiC/wiki/Quick-Start">Getting Started </a></li>
<li><a style="color: black" href="https://github.com/Azure/SONiC/wiki/Configuration">Configuration</a></li>
<li><a style="color: black" href="https://github.com/Azure/sonic-utilities/blob/master/doc/Command-Reference.md">Command Reference</a></li>
<li><a style="color: black" href="https://github.com/Azure/SONiC/wiki/FAQ">FAQ</a></li>
<li><a style="color: black" href="newsletters.html">NewLetters</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Developers <span class="fa fa-angle-down"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a style="color: black" href="https://github.com/Azure/SONiC/wiki/Developing-Guide">Developer Guide</a></li>
<li><a style="color: black" href="https://github.com/Azure/SONiC/wiki/Building-Guide">Building Guide</a></li>
<li><a style="color: black" href="https://github.com/Azure/SONiC/wiki/Testing-Guide">Testing Guide</a></li>
<li><a style="color: black" href="https://github.com/Azure/SONiC/wiki/Becoming-a-contributor">How To Contribute</a></li>
<li><a style="color: black" href="workgroups.html">Workgroups</a></li>
<li><a style="color: black" href="https://github.com/Azure/SONiC/blob/master/governance.md">Governance</a></li>
<li><a style="color: black" href="https://github.com/Azure/SONiC/wiki/technical_faq">Technical FAQ</a></li>
</ul>
</li>
<li><a href="contact.html">Join Community</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
</section>
<!-- End menu -->
<!-- Start search box -->
Expand Down Expand Up @@ -181,7 +123,10 @@ <h2>Contact</h2>


<!-- jQuery library -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.min.js"></script>
<script type="text/javascript">
$("#mu-menu").load("menu.html");
</script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="assets/js/bootstrap.js"></script>
<!-- Slick slider -->
Expand Down
54 changes: 37 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,19 +88,26 @@
<li><a style="color: black" href="newsletters.html">NewLetters</a></li>
</ul>
</li>
<li class="dropdown">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Developers <span class="fa fa-angle-down"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a style="color: black" href="https://github.com/Azure/SONiC/wiki/Developing-Guide">Developer Guide</a></li>
<li><a style="color: black" href="https://github.com/Azure/SONiC/wiki/Building-Guide">Building Guide</a></li>
<li><a style="color: black" href="https://github.com/Azure/SONiC/wiki/Testing-Guide">Testing Guide</a></li>
<li><a style="color: black" href="https://github.com/Azure/SONiC/wiki/Becoming-a-contributor">How To Contribute</a></li>
<li><a style="color: black" href="workgroups.html">Workgroups</a></li>
<li><a style="color: black" href="https://github.com/Azure/SONiC/wiki/Becoming-a-contributor">How To Contribute</a></li>
<li><a style="color: black" href="https://github.com/Azure/SONiC/blob/master/governance.md">Governance</a></li>
<li><a style="color: black" href="https://github.com/Azure/SONiC/wiki/technical_faq">Technical FAQ</a></li>
<li><a style="color: black" href="https://github.com/Azure/SONiC/wiki/technical_faq">Technical FAQ</a></li>
</ul>
</li>
<li><a href="contact.html">Join Community</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Community<span class="fa fa-angle-down"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a style="color: black" href="contact.html">Join Community</a></li>
<li><a style="color: black" href="https://www.opencompute.org/wiki/Networking/SONiC">Community Meeting Videos</a></li>
<li><a style="color: black" href="MoM.html">Community Meeting Minutes</a></li>
<li><a style="color: black" href="workgroups.html">Workgroups</a></li>
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
Expand Down Expand Up @@ -254,7 +261,7 @@ <h4 style="font-weight:bold">Rapidly Growing Ecosystem</h4>
<div class="row">
<div class="col-lg-6 col-md-6">
<h3 style="color: #01BAFD; margin-top: 1px; font-weight: bold"> News And Events</h3>
<p>
<p>
<a href="https://azure.microsoft.com/en-in/blog/sonic-the-networking-switch-software-that-powers-the-microsoft-global-cloud/">
SONiC powers Microsoft global cloud
</p>
Expand All @@ -268,17 +275,33 @@ <h3 style="color: #01BAFD; margin-top: 1px; font-weight: bold"> News And Events<
Microsoft and Juniper Networks come together to discuss Juniper's integration with SONiC - Podcast
</a>
</p>

<p style="font-weight: bold"> SONiC community welcomes recent partner XCloud !!! </p>
<p>
<a href="https://pc.nanog.org/static/published/meetings/NANOG77/2065/20191028_Celindro_Sonic_Open_Source_v1.pdf">
<strong>
SONiC is expanding outside Cloud - Comcast deployment.
</strong>
</a>
</p>
<p>
<a href="https://www.mellanox.com/page/press_release_item?id=2203">
Mellanox Announces Support Solutions for SONiC.
</a>
</p>
<p > SONiC community welcomes recent partner XCloud !!!</p>
<p> &nbsp;&nbsp;&nbsp;&nbsp; </p>
<h3 style="color: #01BAFD; margin-top: 1px; font-weight: bold"> News Letters</h3>
<p>
<p>
<a href="https://groups.google.com/d/msg/sonicproject/eq1V30yd3oQ/onCYB1j6AwAJ">
SONiC October 2019 News Letter
</p>
<p>
<a href="https://azure.github.io/SONiC/pdf/newsletters/SONiC_newsletter_2019_08.pdf">
SONiC August 2019 News Letter
</p>

<p>
<a href="https://azure.github.io/SONiC/newsletters.html">
More Monthly Newsletters
<a href="newsletters.html" style="color: blue;">
More Newsletters
</a>
</p>
</div>
Expand All @@ -288,12 +311,9 @@ <h3 style="color: #01BAFD; margin-top: 1px; font-weight: bold">Presentations</h3
<p> <a href="https://www.youtube.com/watch?v=YUr8EKFQZeY">OCP Amsterdam 2019 Regional Summit - Going SONiC Together</a></p>
<p> <a href="https://www.youtube.com/watch?v=TjD7PEB3jvg">OCP Amsterdam 2019 Regional Summit - SONiC – Reliability, Manageability and Extensibility</a></p>
<p> <a href="https://www.youtube.com/watch?v=Di6njI_gUKM">OCP Amsterdam 2019 Regional Summit - SONiC Ansible Test Automation</a></p>
<p><a href="https://www.youtube.com/watch?v=655Mg1dHkwo">OCP Amsterdam 2019 Regional Summit - Enabling PIM card hot swapping in SONiC for Minipack </a></p>
<p> <a href="https://www.youtube.com/embed/JVztj3u13yo"> OCP Japan 2019 Summit - Innovating the Cloud Network</a></p>
<p> <a href="https://www.youtube.com/watch?v=9QosRTupTek&feature=youtu.be"> OCP China 2019 Summit - SONiC Enable Fast Evolution Of Cloud Networking (Microsoft Video)</a></p>
<p> <a href="https://www.youtube.com/watch?v=jPiEDzZBPic&feature=youtu.be"> OCP China 2019 Summit - Network Innovation - Collaboration With SONiC (Alibaba Video in Chinese)</a></p>
<p> <a href="https://github.com/Azure/SONiC/wiki/Community-Meetings"> SONiC Community Meetings</a></p>
<p> <a href="https://azure.github.io/SONiC/previous_presentations.html">More Presentations</a></p>
<p> <a href="https://www.youtube.com/watch?v=655Mg1dHkwo">OCP Amsterdam 2019 Regional Summit - Enabling PIM card hot swapping in SONiC for Minipack </a></p>
<p> <a href="https://github.com/Azure/SONiC/wiki/Community-Meetings"> SONiC Community Meetings</a></p>
<p> <a href="previous_presentations.html" style="color: blue; font-size: 18px">More Presentations</a></p>
</div>
</div>

Expand Down
Loading

0 comments on commit 37852b3

Please sign in to comment.