|
| 1 | +<!doctype html> |
| 2 | +<html lang="en" data-theme="light"> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | +<link rel="stylesheet" href="/css/franklin.css" /> |
| 10 | +<link rel="stylesheet" href="/css/icons.css" /> |
| 11 | +<link rel="icon" href="/assets/rndimg.jpg" /> |
| 12 | + |
| 13 | +<!-- Font Awesome Icons --> |
| 14 | +<link |
| 15 | + rel="stylesheet" |
| 16 | + href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" |
| 17 | +/> |
| 18 | + |
| 19 | + |
| 20 | +<link rel="stylesheet" href="/css/nav.css" /> |
| 21 | +<link rel="stylesheet" href="/css/sidebar.css" /> |
| 22 | +<link rel="stylesheet" href="/css/cards.css" /> |
| 23 | +<link rel="stylesheet" href="/css/showcase.css" /> |
| 24 | +<link rel="stylesheet" href="/css/software.css" /> |
| 25 | +<link rel="stylesheet" href="/css/posts.css" /> |
| 26 | + |
| 27 | + |
| 28 | + <title>Your Title</title> |
| 29 | +</head> |
| 30 | +<body> |
| 31 | + |
| 32 | + |
| 33 | + <div class="masthead"> |
| 34 | + <nav> |
| 35 | + <div class="author-name-nav"> |
| 36 | + <li><a href="/">Brian C. Ferrari</a></li> |
| 37 | + </div> |
| 38 | + <div class="theme-switch"> |
| 39 | + <button id="theme-toggle" onclick="toggleTheme()"> |
| 40 | + <i class="fas fa-moon"></i> |
| 41 | + </button> |
| 42 | + </div> |
| 43 | + <a class="burger-nav" onclick="myFunction()"> |
| 44 | + <i class="fa-2x fa fa-bars"></i> |
| 45 | + </a> |
| 46 | + <div class="desktop-nav"><li> |
| 47 | + <a href="/pages/aboutMe">About Me</a> |
| 48 | +</li> |
| 49 | + |
| 50 | +<li> |
| 51 | + <a href="/pages/software">Software</a> |
| 52 | +</li> |
| 53 | + |
| 54 | +<li> |
| 55 | + <a href="/pages/blog">Blog</a> |
| 56 | +</li> |
| 57 | + |
| 58 | +</div> |
| 59 | + <div id="hidden" class="mobile-nav"><li> |
| 60 | + <a href="/pages/aboutMe">About Me</a> |
| 61 | +</li> |
| 62 | + |
| 63 | +<li> |
| 64 | + <a href="/pages/software">Software</a> |
| 65 | +</li> |
| 66 | + |
| 67 | +<li> |
| 68 | + <a href="/pages/blog">Blog</a> |
| 69 | +</li> |
| 70 | + |
| 71 | +</div> |
| 72 | + </nav> |
| 73 | +</div> |
| 74 | + |
| 75 | + <div class="academic-sidebar"> |
| 76 | + <div class="author_avatar"><img |
| 77 | + src="/assets/figs/me.jpg" |
| 78 | + class="author_avatar" |
| 79 | + alt="Brian C. Ferrari" |
| 80 | + /></div> |
| 81 | + |
| 82 | + <h3>Brian C. Ferrari</h3> |
| 83 | + |
| 84 | + <!-- Pronouns are a class --> |
| 85 | + <p class="pronouns"> |
| 86 | + (he/him) |
| 87 | + </p> |
| 88 | + |
| 89 | + <!-- Bio is just text --> |
| 90 | + Chemistry PhD Candidate at Leiden University |
| 91 | + <br /><br /> |
| 92 | + |
| 93 | + <br><br> |
| 94 | +<li> |
| 95 | + <a href="https://www.linkedin.com/in/brian-ferrari-001b8a163/" target=_blank> |
| 96 | + <i class="fa fa-brands fa-linkedin" aria-hidden="true"></i> |
| 97 | + </a> |
| 98 | +</li> |
| 99 | +<li> |
| 100 | + <a href="https://orcid.org/0000-0002-7416-8629" target=_blank> |
| 101 | + <i class="fa fa-brands fa-orcid" aria-hidden="true"></i> |
| 102 | + </a> |
| 103 | +</li> |
| 104 | +<li> |
| 105 | + <a href="https://www.researchgate.net/profile/Brian-Ferrari-2?ev=hdr_xprf" target=_blank> |
| 106 | + <i class="fa fa-brands fa-researchgate" aria-hidden="true"></i> |
| 107 | + </a> |
| 108 | +</li> |
| 109 | +<li> |
| 110 | + <a href="https://github.com/Cavenfish" target=_blank> |
| 111 | + <i class="fa fa-brands fa-github" aria-hidden="true"></i> |
| 112 | + </a> |
| 113 | +</li> |
| 114 | +<li> |
| 115 | + <a href="https://scholar.google.com/citations?user=col48NcAAAAJ&hl=en" target=_blank> |
| 116 | + <i class="fa fa-graduation-cap" aria-hidden="true"></i> |
| 117 | + </a> |
| 118 | +</li> |
| 119 | + |
| 120 | +</div> |
| 121 | + |
| 122 | + |
| 123 | +<!-- Content appended here --> |
| 124 | +<div class="franklin-content"> |
| 125 | +<div style="margin-top: 40px; font-size: 40px; text-align: center;"> |
| 126 | + |
| 127 | + <br> |
| 128 | + |
| 129 | + <div style="font-weight: bold;"> |
| 130 | + 404 |
| 131 | + </div> |
| 132 | + |
| 133 | + <br> |
| 134 | + <br> |
| 135 | + |
| 136 | + The requested page was not found |
| 137 | + |
| 138 | + <br> |
| 139 | + <br> |
| 140 | + <br> |
| 141 | + <br> |
| 142 | + |
| 143 | + <div style="margin-bottom: 300px; font-size: 24px"> |
| 144 | + <a href="/">Click here</a> to go back to the homepage. |
| 145 | + </div> |
| 146 | + |
| 147 | +</div> |
| 148 | + |
| 149 | +<div class="page-foot"> |
| 150 | + Website built with <a href="https://franklinjl.org/">Franklin.jl</a> |
| 151 | +</div> |
| 152 | +</div><!-- CONTENT ENDS HERE --> |
| 153 | + |
| 154 | + |
| 155 | + <script src="/libs/buttons/nav.js"></script> |
| 156 | + <script src="/libs/buttons/theme.js"></script> |
| 157 | + </body> |
| 158 | +</html> |
0 commit comments