Skip to content

Commit

Permalink
Update portfolio (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
dalmaboros authored May 16, 2024
1 parent 6584172 commit 8ae55bc
Show file tree
Hide file tree
Showing 2 changed files with 214 additions and 200 deletions.
114 changes: 57 additions & 57 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,66 +1,66 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="keywords" content="dalma, dalma boros, boros" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
<title>dalma boros</title>
<style>
html, body {
height: 100%;
}
.outer-wrap {
min-height: 420px;
height: 100%;
}
.main-content-area {
-ms-flex-item-align: start;
align-self: flex-start;
}
.content-area {
padding-left: 3em;
}
@media screen and (min-width: 716px) {
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="keywords" content="dalma, dalma boros, boros" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
<title>dalma boros</title>
<style>
html, body {
height: 100%;
}
.outer-wrap {
min-height: 420px;
height: 100%;
}
.main-content-area {
-ms-flex-item-align: start;
align-self: flex-start;
}
.content-area {
padding-left: 4em;
padding-left: 3em;
}
}
</style>
<script src="js/hello.js" type="text/javascript"></script>
</head>

<body>
<div class="outer-wrap">
<div class="content-area">
<div class="main-content-area #index-page">
<h1 class="personal-website">
<a href="projects.html">
<span class="personal">personal</span>
<span class="website">website</span>
</a>
</h1>
</div>
@media screen and (min-width: 716px) {
.content-area {
padding-left: 4em;
}
}
</style>
<script src="js/hello.js" type="text/javascript"></script>
</head>

</div> <!-- content-area -->
<footer class="site-footer">
<div class="footer-brand">
<p><a href="http://www.dalmaboros.com">dalma boros</a><span class="trademark">&reg;</span></p>
</div>
<div class="footer-info">
<div class="year">
<p>2020</p>
</div>
<div class="stay-cool">
<p>stay cool</p>
<body>
<div class="outer-wrap">
<div class="content-area">
<div class="main-content-area #index-page">
<h1 class="personal-website">
<a href="projects.html">
<span class="personal">personal</span>
<span class="website">website</span>
</a>
</h1>
</div>
</div>
</footer>
</div>
</div> <!-- content-area -->

</body>
<footer class="site-footer">
<div class="footer-brand">
<p><a href="http://www.dalmaboros.com">dalma boros</a><span class="trademark">&reg;</span></p>
</div>

<div class="footer-info">
<div class="year">
<p>2024</p>
</div>

<div class="stay-cool">
<p>stay cool</p>
</div>
</div>
</footer>
</div>
</body>
</html>
Loading

0 comments on commit 8ae55bc

Please sign in to comment.