|
|
|
@ -34,11 +34,9 @@ |
|
|
|
|
<!-- Header information, above the fold --> |
|
|
|
|
<div class="above-the-fold"> |
|
|
|
|
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top"> |
|
|
|
|
<a class="navbar-brand" href="#" |
|
|
|
|
><span style="color: #696035">{</span>dev<span style="color: #696035" |
|
|
|
|
>}</span |
|
|
|
|
>Osan</a |
|
|
|
|
> |
|
|
|
|
<a class="devOsan" href="#" > |
|
|
|
|
<span style="color: #696035">{</span>dev<span style="color: #696035">}</span>Osan |
|
|
|
|
</a> |
|
|
|
|
<button |
|
|
|
|
class="navbar-toggler" |
|
|
|
|
type="button" |
|
|
|
@ -107,13 +105,10 @@ |
|
|
|
|
</div> |
|
|
|
|
<div class="row name-slogan"> |
|
|
|
|
<div class="col col-md-6 offset-md-6"> |
|
|
|
|
<h1> |
|
|
|
|
<span style="color: #696035">{</span>dev<span |
|
|
|
|
style="color: #696035" |
|
|
|
|
>}</span |
|
|
|
|
>Osan |
|
|
|
|
<h1 class="devOsan"> |
|
|
|
|
<span style="color: #696035">{</span>dev<span style="color: #696035">}</span>Osan |
|
|
|
|
</h1> |
|
|
|
|
<h4>Software Development Club</h4> |
|
|
|
|
<h4 class="devOsan">Software Development Club</h4> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
@ -209,5 +204,6 @@ |
|
|
|
|
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" |
|
|
|
|
crossorigin="anonymous" |
|
|
|
|
></script> |
|
|
|
|
<script src="additionalScripts.js"></script> |
|
|
|
|
</body> |
|
|
|
|
</html> |
|
|
|
|