summaryrefslogtreecommitdiffstats
path: root/public/is/index.html
blob: 00b5b13b1b7a08e2ab4a9317f613eab7edad1103 (plain)
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
<!DOCTYPE html>
<html lang="en-US" dir="ltr">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
  <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Writing about IT, life, and the things that matter.">
<meta name="theme-color" content="#060b10">
<title>About | danilo m.</title>


      <link rel="stylesheet" href="/css/main.css">


      <script src="/js/main.js"></script>


</head>
<body>
  <div class="reading-progress"></div>
  <header><div class="header-container">
  <a href="/" class="site-title">Danilo M.</a>
  <div class="header-controls">
    <nav>
      <ul>
        
          <li>
            <a href="/articles/" >
              articles
            </a>
          </li>
        
          <li>
            <a href="/is/" class="active">
              about
            </a>
          </li>
        
          <li>
            <a href="/is/here/" >
              contact
            </a>
          </li>
        
      </ul>
    </nav>
    <button id="theme-toggle-btn" class="theme-toggle" aria-label="Toggle theme">🌙 dark</button>
  </div>
</div>
</header>
  <main>
  <div class="container">
    <h1>About</h1>

    
      <p>Hi, I&rsquo;m Danilo. I write about tech, life, and the things that matter.</p>
<p>This is your about page. Edit this to tell your story.</p>

    
  </div>

  
</main>
  <footer><div class="footer-container">
  <div class="footer-content">
    <div class="footer-copyright">
      © 2026 Danilo M.. All rights reserved.
    </div>
    <nav>
      <ul class="footer-nav">
        
          <li><a href="/articles/">articles</a></li>
        
          <li><a href="/is/">about</a></li>
        
          <li><a href="/is/here/">contact</a></li>
        
      </ul>
    </nav>
  </div>
</div>
</footer>
</body>
</html>