forked from YangCatalog/web_root
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
109 lines (78 loc) · 3.63 KB
/
blog.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Blog | YANG Catalog</title>
<!--# include file="inc.head.html" -->
</head>
<body class="blog mp6 customizer-styles-applied has-header-search navigation-default sidebar-right has-site-logo highlander-enabled highlander-light small-screen medium-screen large-screen">
<div id="page" class="hfeed site">
<a class="skip-link screen-reader-text" href="#content">Skip to content</a>
<header id="masthead" class="site-header" role="banner">
<a href="/" class="header-image" rel="home">
<img src="img/blur.jpg" alt="" scale="0" width="1230" height="100">
</a>
<!-- .header-image -->
<div class="header-wrapper clear">
<div class="site-branding" style="max-width: 904px;">
<a href="/" class="site-logo-link" rel="home"><img src="img/all-yang-modules1.jpg" class="site-logo attachment-edin-logo" alt="" data-size="edin-logo" width="219" height="192"></a>
<p class="site-title"><a href="/" rel="home">YANG Catalog</a></p>
</div>
<!-- .site-branding -->
</div>
<!-- .header-wrapper -->
</header>
<!-- #masthead -->
<div id="content" class="site-content">
<div class="content-wrapper clear">
<div id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<header>
<h1 class="page-title screen-reader-text">Blog</h1>
</header>
<article id="post-6" class="post-6 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized">
<header class="entry-header">
<h2 class="entry-title"><a href="/blog.html" rel="bookmark">YANG Catalog Latest Development (IETF 100 Hackathon)</a></h2>
<div class="entry-meta">
<span class="posted-on">Posted on <a href="/blog.html" rel="bookmark"><time class="entry-date published" datetime="2017-04-16T08:34:30+00:00">April 16, 2017</time><time class="updated" datetime="2017-04-16T12:24:47+00:00">April 16, 2017</time></a></span>
<span
class="byline"> by <span class="author vcard">Benoit Claise</span></span>
</div>
<!-- .entry-meta -->
</header>
<!-- .entry-header -->
<a class="post-thumbnail" href="/blog.html">
<img src="img/yang-explorer.jpg" class="attachment-edin-featured-image size-edin-featured-image wp-post-image" alt="" width="648" height="334"> </a>
<div class="entry-content">
<p><a href="http://www.claise.be/2017/11/yang-catalog-latest-development-ietf-100-hackathon/" rel="nofollow">IETF 100 Hackathon</a></p>
</div>
<div class="entry-content">
<p><a href="http://www.claise.be/2017/07/yang-catalog-latest-development-ietf-99-hackathon/" rel="nofollow">IETF 99 Hackathon</a></p>
</div>
<div class="entry-content">
<p><a href="http://www.claise.be/2017/04/yang-catalog-latest-development-ietf-98-hackathon/" rel="nofollow">IETF 98 Hackathon</a></p>
</div>
<!-- .entry-content -->
</article>
<!-- #post-## -->
</main>
<!-- #main -->
</div>
<!-- #primary -->
</div>
<!-- .content-wrapper -->
</div>
<!-- #content -->
<!--# include file="inc.footer.html" -->
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="footer-wrapper clear">
<div class="site-info">
</div>
<!-- .site-info -->
</div>
<!-- .footer-wrapper -->
</footer>
<!-- #colophon -->
</div>
<!-- #page -->
</body>
</html>