<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
+
+ <title>Damian Myrda</title>
+ <link rel="icon" type="image/png" href="/img/moncheeta.png" />
+ <meta
+ name="description"
+ content="Terminal enthusiast, learning from Curious George (the curious part, not the monkey business). Systems and backend programming are my focus. Striving to turn spaghetti code into well-structured algorithms and make every line count with efficiency and creativity."
+ />
+
{% block title %}{% endblock %}
<style>
}
#content {
- padding: 24px 4px 8px 4px;
+ max-width: 800px;
+ margin: 0 auto 0 auto;
+ padding: 1rem 0 1rem 0;
}
pre {
- color: #E8E6E3 !important;
+ color: #e8e6e3 !important;
background-color: #000084 !important;
}
+
+ h3 {
+ text-align: center !important;
+ }
</style>
<link href="/css/bootstrap.css" rel="stylesheet" media="screen" />
- <link href="/css/bootstrap-responsive.css" rel="stylesheet">
+ <link href="/css/bootstrap-responsive.css" rel="stylesheet" />
<script src="https://code.jquery.com/jquery.js"></script>
<script>
</div>
</div>
<script src="js/wakatime.js"></script>
-<style>
- #content {
- max-width: 800px !important;
- margin: 1rem auto 0 auto !important;
- padding: 0 !important;
- }
-
- h3 {
- text-align: center;
- }
-</style>
{% endblock %}