-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
95 lines (79 loc) · 4.15 KB
/
index.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
<!DOCTYPE html>
<html prefix="" lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Home">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Hello! | Ax=b</title>
<link href="assets/css/all.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
<link rel="alternate" type="application/rss+xml" title="RSS (en)" href="rss.xml">
<link rel="alternate" type="application/rss+xml" title="RSS (pt_br)" href="pt_br/rss.xml">
<link rel="canonical" href="https://melissawm.github.io/">
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
processEscapes: true
},
displayAlign: 'center', // Change this to 'left' if you want left-aligned equations.
"HTML-CSS": {
styles: {'.MathJax_Display': {"margin": 0}}
}
});
</script><!--[if lt IE 9]><script src="assets/js/html5.js"></script><![endif]--><meta name="author" content="melissawm">
<meta property="og:site_name" content="Ax=b">
<meta property="og:title" content="Hello!">
<meta property="og:url" content="https://melissawm.github.io/">
<meta property="og:description" content="Home">
<meta property="og:image" content="https://melissawm.github.io/images/chalkboard.png">
<meta property="og:type" content="article">
<meta property="article:published_time" content="2020-12-20T17:00:00-03:00">
<link rel="alternate" hreflang="pt_br" href="pt_br/">
</head>
<body>
<a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>
<!-- Target for toggling the sidebar `.sidebar-checkbox` is for regular
styles, `#sidebar-checkbox` for behavior. -->
<input type="checkbox" class="sidebar-checkbox" id="sidebar-checkbox"><!-- Toggleable sidebar --><div class="sidebar" id="sidebar">
<nav id="menu" role="navigation" class="sidebar-nav"><a class="sidebar-nav-item" href=".">Home</a>
<a class="sidebar-nav-item" href="blog/">Blog</a>
<a class="sidebar-nav-item" href="resources/">Resources</a>
<a class="sidebar-nav-item" href="about-me">About</a>
</nav>
</div>
<!-- Wrap is the content to shift when toggling the sidebar. We wrap the
content to avoid any CSS collisions with our real content. -->
<div class="wrap">
<div class="masthead">
<div class="container">
<h2 id="brand" class="masthead-title">
<a href="https://melissawm.github.io/" title="Ax=b" rel="home">Ax=b</a>
</h2>
</div>
</div>
<div class="container content" id="content">
<article class="post-text storypage" itemscope="itemscope" itemtype="http://schema.org/Article"><header><h1 class="post-title p-name entry-title" itemprop="headline">
<a href="https://melissawm.github.io/" class="u-url">Hello!</a>
</h1>
<div class="metadata posttranslations translations">
<h3 class="posttranslations-intro">Also available in:</h3>
<p><a href="pt_br/" rel="alternate" hreflang="pt_br">Português</a></p>
</div>
</header><div class="e-content entry-content" itemprop="articleBody text">
<p><img src="images/chalkboard.png" width='90%"' alt="Chalkboard, original image by PXHere"></p>
<p>If you are here, you are probably looking for my
<a href="resources/">talk/tutorial/course materials and resources</a>. You can read more <a href="about-me/">about me</a>, check out my <a href="https://github.com/melissawm">GitHub profile</a> or reach out to me at <code>[email protected]</code>.</p>
</div>
</article><footer id="footer"><p>Contents © 2024 <a href="mailto:[email protected]">melissawm</a> - Powered by <a href="https://getnikola.com" rel="nofollow">Nikola</a> </p>
</footer>
</div>
</div>
<label for="sidebar-checkbox" class="sidebar-toggle"></label>
<script src="assets/js/all-nocdn.js"></script><!-- fancy dates --><script>
moment.locale("en");
fancydates(0, "YYYY-MM-DD HH:mm");
</script><!-- end fancy dates -->
</body>
</html>