|
| 1 | +<!doctype html> |
| 2 | +<html lang="en"> |
| 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 | + |
| 29 | + <title>Brian's Website</title> |
| 30 | +</head> |
| 31 | +<body> |
| 32 | + |
| 33 | + |
| 34 | + <div class="masthead"> |
| 35 | + <nav> |
| 36 | + <div class="author-name-nav"> |
| 37 | + <li><a href="/">Brian C. Ferrari</a></li> |
| 38 | + </div> |
| 39 | + <a class="burger-nav" onclick="myFunction()"> |
| 40 | + <i class="fa-2x fa fa-bars"></i> |
| 41 | + </a> |
| 42 | + <div class="desktop-nav"><li> |
| 43 | + <a href="/pages/aboutMe">About Me</a> |
| 44 | +</li> |
| 45 | + |
| 46 | +<li> |
| 47 | + <a href="/pages/software">Software</a> |
| 48 | +</li> |
| 49 | + |
| 50 | +</div> |
| 51 | + <div id="hidden" class="mobile-nav"><li> |
| 52 | + <a href="/pages/aboutMe">About Me</a> |
| 53 | +</li> |
| 54 | + |
| 55 | +<li> |
| 56 | + <a href="/pages/software">Software</a> |
| 57 | +</li> |
| 58 | + |
| 59 | +</div> |
| 60 | + </nav> |
| 61 | +</div> |
| 62 | + |
| 63 | + <div class="academic-sidebar"> |
| 64 | + <div class="author_avatar"><img |
| 65 | + src="/assets/figs/me.jpg" |
| 66 | + class="author_avatar" |
| 67 | + alt="Brian C. Ferrari" |
| 68 | + /></div> |
| 69 | + |
| 70 | + <h3>Brian C. Ferrari</h3> |
| 71 | + |
| 72 | + <!-- Pronouns are a class --> |
| 73 | + <p class="pronouns"> |
| 74 | + (he/him) |
| 75 | + </p> |
| 76 | + |
| 77 | + <!-- Bio is just text --> |
| 78 | + Chemistry PhD Candidate at Leiden University |
| 79 | + <br /><br /> |
| 80 | + |
| 81 | + <br><br> |
| 82 | +<li> |
| 83 | + <a href="https://www.linkedin.com/in/brian-ferrari-001b8a163/" target=_blank> |
| 84 | + <i class="fa fa-brands fa-linkedin" aria-hidden="true"></i> |
| 85 | + </a> |
| 86 | +</li> |
| 87 | +<li> |
| 88 | + <a href="https://orcid.org/0000-0002-7416-8629" target=_blank> |
| 89 | + <i class="fa fa-brands fa-orcid" aria-hidden="true"></i> |
| 90 | + </a> |
| 91 | +</li> |
| 92 | +<li> |
| 93 | + <a href="https://www.researchgate.net/profile/Brian-Ferrari-2?ev=hdr_xprf" target=_blank> |
| 94 | + <i class="fa fa-brands fa-researchgate" aria-hidden="true"></i> |
| 95 | + </a> |
| 96 | +</li> |
| 97 | +<li> |
| 98 | + <a href="https://github.com/Cavenfish" target=_blank> |
| 99 | + <i class="fa fa-brands fa-github" aria-hidden="true"></i> |
| 100 | + </a> |
| 101 | +</li> |
| 102 | +<li> |
| 103 | + <a href="https://scholar.google.com/citations?user=col48NcAAAAJ&hl=en" target=_blank> |
| 104 | + <i class="fa fa-graduation-cap" aria-hidden="true"></i> |
| 105 | + </a> |
| 106 | +</li> |
| 107 | + |
| 108 | +</div> |
| 109 | + |
| 110 | + |
| 111 | +<!-- Content appended here --> |
| 112 | +<div class="franklin-content"> |
| 113 | +<div style="margin-top: 40px; font-size: 40px; text-align: center;"> |
| 114 | + |
| 115 | + <br> |
| 116 | + |
| 117 | + <div style="font-weight: bold;"> |
| 118 | + 404 |
| 119 | + </div> |
| 120 | + |
| 121 | + <br> |
| 122 | + <br> |
| 123 | + |
| 124 | + The requested page was not found |
| 125 | + |
| 126 | + <br> |
| 127 | + <br> |
| 128 | + <br> |
| 129 | + <br> |
| 130 | + |
| 131 | + <div style="margin-bottom: 300px; font-size: 24px"> |
| 132 | + <a href="/">Click here</a> to go back to the homepage. |
| 133 | + </div> |
| 134 | + |
| 135 | +</div> |
| 136 | + |
| 137 | +<div class="page-foot"> |
| 138 | + Website built with <a href="https://franklinjl.org/">Franklin.jl</a> |
| 139 | +</div> |
| 140 | +</div><!-- CONTENT ENDS HERE --> |
| 141 | + |
| 142 | + |
| 143 | + <script src="/assets/scripts/js/nav.js"></script> |
| 144 | + </body> |
| 145 | +</html> |
0 commit comments