|
8 | 8 | <meta name="description" content="{{ site.description }}">
|
9 | 9 |
|
10 | 10 | <!-- Fonts and Icons -->
|
11 |
| - <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:400,700|Material+Icons" /> |
| 11 | + <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:100,300,400,500,700|Material+Icons" /> |
12 | 12 |
|
13 | 13 | <!-- CSS Files -->
|
14 | 14 | <link rel="stylesheet" href="{{ '/assets/css/font-awesome.min.css' | prepend: site.baseurl | prepend: site.url }}">
|
|
21 | 21 | </head>
|
22 | 22 | <body>
|
23 | 23 | <!-- Header -->
|
24 |
| - <nav class="navbar fixed-top navbar-expand-sm stylish-color-dark navbar-dark"> |
25 |
| - <div class="container"> |
| 24 | + <nav class="navbar fixed-top navbar-expand-md grey lighten-5 z-depth-1 navbar-light"> |
| 25 | + <div class="container-fluid p-0"> |
26 | 26 | {% if page.title != "about" %}
|
27 |
| - <a class="navbar-brand" href="{{ site.baseurl | prepend: site.url }}/"><b>Anthony</b> Platanios</a> |
| 27 | + <a class="navbar-brand title font-weight-lighter" href="{{ site.baseurl | prepend: site.url }}/"><span class="font-weight-bold">Anthony</span> Platanios</a> |
| 28 | + {% else %} |
| 29 | + <div class="row ml-1 ml-sm-0"> |
| 30 | + <span class="contact-icon text-center" style="margin-top: -0.2em; margin-bottom: -0.2em;"> |
| 31 | + <a href="mailto:{{ site.email }}"><i class="fa fa-envelope-square gm-icon"></i></a> |
| 32 | + <a href="https://scholar.google.com/citations?userid={{ site.scholar_userid }}&user={{ site.scholar_userid }}" target="_blank" title="Google Scholar"><i class="ai ai-google-scholar-square gs-icon"></i></a> |
| 33 | + <a href="https://www.github.com/{{ site.github_username }}" target="_blank" title="GitHub"><i class="fa fa-github-square gh-icon"></i></a> |
| 34 | + <a href="https://www.linkedin.com/in/{{ site.linkedin_username }}" target="_blank" title="LinkedIn"><i class="fa fa-linkedin-square li-icon"></i></a> |
| 35 | + <a href="https://www.facebook.com/{{ site.facebook_username }}" target="_blank" title="Facebook"><i class="fa fa-facebook-square fb-icon"></i></a> |
| 36 | + <a href="https://twitter.com/{{ site.twitter_username }}" target="_blank" title="Twitter"><i class="fa fa-twitter-square tw-icon"></i></a> |
| 37 | + </span> |
| 38 | + </div> |
28 | 39 | {% endif %}
|
29 | 40 | <button class="navbar-toggler ml-auto" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
|
30 | 41 | <span class="navbar-toggler-icon"></span>
|
31 | 42 | </button>
|
32 | 43 | <div class="collapse navbar-collapse text-right" id="navbarNav">
|
33 | 44 | <ul class="navbar-nav ml-auto flex-nowrap">
|
34 |
| - <li class="nav-item {% if page.title == "about" %}active{% endif %}"> |
| 45 | + <li class="nav-item {% if page.title == "about" %}navbar-active font-weight-bold{% endif %}"> |
35 | 46 | <a class="nav-link" href="{{ site.baseurl | prepend: site.url }}/">
|
36 | 47 | about
|
37 | 48 | {% if page.title == "about" %}
|
|
41 | 52 | </li>
|
42 | 53 | {% for p in site.pages %}
|
43 | 54 | {% if p.title and p.url != "/" %}
|
44 |
| - <li class="nav-item {% if page.title == p.title %}active{% endif %}"> |
| 55 | + <li class="nav-item {% if page.title == p.title %}navbar-active font-weight-bold{% endif %}"> |
45 | 56 | <a class="nav-link" href="{{ p.url | prepend: site.baseurl | prepend: site.url }}">
|
46 | 57 | {{ p.title }}
|
47 | 58 | {% if page.title == p.title %}
|
|
62 | 73 | </div>
|
63 | 74 |
|
64 | 75 | <!-- Footer -->
|
65 |
| - <footer class="stylish-color-dark text-light text-right"> |
| 76 | + <footer class="grey lighten-5 text-dark z-depth-1 text-center"> |
66 | 77 | <div>
|
67 | 78 | © Copyright {{ site.time | date: '%Y' }} {{ site.name }}.
|
68 | 79 | {{ site.footer_text }}
|
|
0 commit comments