Skip to content

Commit

Permalink
add projects page
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Shellunts committed Jul 29, 2023
1 parent 4fa1d66 commit 13371db
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
</head>
<script type="text/javascript" src="blog/count_visitors.js"></script>
<body>
<h1>
<a href="./projects.html">projects</a>
</h1>
<h1> blog </h1>
<ul>
<li>
Expand Down
20 changes: 20 additions & 0 deletions projects.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<html>
<head>
<title>Project</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<h1> projects </h1>
<p>
<a href="https://github.com/ashellunts/ffmpeg-to-webrtc">
ffmpeg to webrtc
</a>
</p>
<p>
<a href="https://youtube-summary.fly.dev">
youtube summarizer
</a>
</p>
</body>
</html>
3 changes: 1 addition & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ p {
a {
text-decoration: none;
color: blue;
font-weight: bold;
}
}

0 comments on commit 13371db

Please sign in to comment.