Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsoles authored Oct 21, 2024
1 parent a6d3777 commit 010e291
Showing 1 changed file with 4 additions and 148 deletions.
152 changes: 4 additions & 148 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,152 +1,8 @@
<!DOCTYPE html>
<html lang="en-us">
<head>

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>David Soles</title>

<style>
<html>
<body>

html body {
font-family: 'Raleway', sans-serif;
background-color: white;
}

:root {
--accent: #ff5733;
--border-width: 5px ;
}

</style>


<link rel="stylesheet" href="https://dsoles.org/css/main.css">

<link rel="me" href="https://mastodon.social/@dsoles">

<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">


<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/solarized-dark.min.css">


<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">


<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">



<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>

<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/go.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/java.min.js"></script>

<script>hljs.initHighlightingOnLoad();</script>







<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>


<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>


<script>$(document).on('click', function() { $('.collapse').collapse('hide'); })</script>
<meta name="generator" content="Hugo 0.44" />

<link href="https://dsoles.org/index.xml" rel="alternate" type="application/rss+xml" title="David Soles" />
<link href="https://dsoles.org/index.xml" rel="feed" type="application/rss+xml" title="David Soles" />



</head>



<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>


<body>

<nav class="navbar navbar-default navbar-fixed-top">

<div class="container">

<div class="navbar-header">

<a class="navbar-brand visible-xs" href="#">David Soles</a>

<button class="navbar-toggle" data-target=".navbar-collapse" data-toggle="collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>

</div>

<div class="collapse navbar-collapse">


<ul class="nav navbar-nav">

<li><a href="/">Home</a></li>

<li><a href="/post/">Posts</a></li>

<li><a href="/project/">Projects</a></li>

</ul>



<ul class="nav navbar-nav navbar-right">

<li class="navbar-icon"><a href="mailto:[email protected]"><i class="fa fa-envelope-o"></i></a></li>

<li class="navbar-icon"><a href="https://github.com/DavidSoles/"><i class="fa fa-github"></i></a></li>

<li class="navbar-icon"><a href="https://twitter.com/DSoles79/"><i class="fa fa-twitter"></i></a></li>

<li class="navbar-icon"><a href="https://www.linkedin.com/in/DSoles79/"><i class="fa fa-linkedin"></i></a></li>

</ul>


</div>

</div>

</nav>


<main>

<div class="intro">



<h1>David Soles</h1>

<h2>Software Engineer</h2>

</div>

</main>

<footer>

<p class="copyright text-muted">&copy; All rights reserved. Powered by <a href="https://gohugo.io">Hugo</a> and <a href="https://github.com/calintat/minimal">Minimal</a></p>

</footer>

</body>
<p>davidsoles.com</p>

</body>
</html>

0 comments on commit 010e291

Please sign in to comment.