Projects wip.

This commit is contained in:
mmacneil 2019-08-22 21:48:40 -03:00
parent 98f21c0323
commit eeaf230666
2 changed files with 14 additions and 33 deletions

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>My custom Bulma website</title> <title>devfolio</title>
<link rel="icon" href="favicon.png" type="image/x-icon"> <link rel="icon" href="favicon.png" type="image/x-icon">
<link rel="stylesheet" href="css/main.bundle.css"> <link rel="stylesheet" href="css/main.bundle.css">
<script src="https://kit.fontawesome.com/4e5a72c756.js"></script> <script src="https://kit.fontawesome.com/4e5a72c756.js"></script>
@ -224,6 +224,13 @@
</div> </div>
</section> </section>
<section class="section">
<div class="container">
<h1 class="title">Contact</h1>
<hr />
</div>
</section>
<!-- Modals --> <!-- Modals -->
<div id="project-1-modal" class="modal"> <div id="project-1-modal" class="modal">
<div class="modal-background"></div> <div class="modal-background"></div>
@ -417,39 +424,13 @@
</div> </div>
</div> </div>
<!-- <h1 class="title">
Bulma
</h1>
<p class="subtitle">
Modern CSS framework based on <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox">Flexbox</a>
</p>
<div class="field">
<div class="control">
<input class="input" type="text" placeholder="Input">
</div>
</div>
<div class="field">
<p class="control">
<span class="select">
<select>
<option>Select dropdown</option>
</select>
</span>
</p>
</div>
<div class="buttons">
<a class="button is-primary">Primary</a>
<a class="button is-link">Link</a>
</div> -->
<footer class="footer"> <footer class="footer">
<div class="content has-text-centered"> <div class="content has-text-centered">
<p> <p>
<strong>devfolio</strong> by <a href="https://fullstackmark.com">Mark Macneil</a>. <strong>devfolio</strong>
<a href="https://github.com/mmacneil/devfolio" target="_blank" class="icon">
<i class="fab fa-github"></i>
</a>
</p> </p>
</div> </div>
</footer> </footer>