change styles, open links in new tab
This commit is contained in:
+4
-3
@@ -5,7 +5,6 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="assets/css/styles.css">
|
||||
<script src="assets/js/main.js"></script>
|
||||
<title>Nicholas Ward</title>
|
||||
</head>
|
||||
|
||||
@@ -24,8 +23,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="links">
|
||||
<a class="link" href="https://log.uuard.com">Web Log</a>
|
||||
<a class="link" href="https://git.uuard.com/">Git Repository</a>
|
||||
<a class="link" href="https://log.uuard.com" target="_blank">Web Log</a>
|
||||
<a class="link" href="https://git.uuard.com/Ward" target="_blank">Git Repository</a>
|
||||
<a class="link" href="#">Résumé</a>
|
||||
<a class="link" href="#">Projects</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user