Stop using é in Resume
It seems like it might not be search friendly
This commit is contained in:
parent
02b4c4c6dc
commit
b9d373a02f
@ -2,7 +2,7 @@
|
|||||||
include_once("../common.php");
|
include_once("../common.php");
|
||||||
include("../header_top.php");
|
include("../header_top.php");
|
||||||
?>
|
?>
|
||||||
<title>Aaron C. Lindsay - Résumé - aclindsay.com</title>
|
<title>Aaron C. Lindsay - Resume - aclindsay.com</title>
|
||||||
<?php include("../header_bottom.php"); ?>
|
<?php include("../header_bottom.php"); ?>
|
||||||
|
|
||||||
<div id="content">
|
<div id="content">
|
||||||
@ -71,9 +71,9 @@ Virginia Polytechnic Institute and State University (Virginia Tech), Blacksburg,
|
|||||||
<div id="sidebar">
|
<div id="sidebar">
|
||||||
<h4>Other Formats</h4>
|
<h4>Other Formats</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="<?php echo get_base_url(); ?>/resume/AaronLindsay-Resume.pdf">Résumé (pdf)</a></li>
|
<li><a href="<?php echo get_base_url(); ?>/resume/AaronLindsay-Resume.pdf">Resume (pdf)</a></li>
|
||||||
<li><a href="<?php echo get_base_url(); ?>/resume/AaronLindsay-Resume.tex">Résumé (LaTeX)</a></li>
|
<li><a href="<?php echo get_base_url(); ?>/resume/AaronLindsay-Resume.tex">Resume (LaTeX)</a></li>
|
||||||
<li><a href="<?php echo get_base_url(); ?>/resume/AaronLindsay-Resume.txt">Résumé (plain text)</a></li>
|
<li><a href="<?php echo get_base_url(); ?>/resume/AaronLindsay-Resume.txt">Resume (plain text)</a></li>
|
||||||
<li style="margin-top: 1em;">Note: All contact information has been removed from the above - please <a href="<?php echo get_base_url(); ?>/contact">contact me via email</a>.</li>
|
<li style="margin-top: 1em;">Note: All contact information has been removed from the above - please <a href="<?php echo get_base_url(); ?>/contact">contact me via email</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
10
tabs.php
10
tabs.php
@ -3,11 +3,11 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<?php
|
<?php
|
||||||
$tabs = array(
|
$tabs = array(
|
||||||
"Home" => array("aclindsay.com", "", "%^/?$%"),
|
"Home" => array("aclindsay.com", "", "%^/?$%"),
|
||||||
"Blog" => array("blog.aclindsay.com", "", "%.*%"),
|
"Blog" => array("blog.aclindsay.com", "", "%.*%"),
|
||||||
"Contact" => array("aclindsay.com", "/contact", "%^/contact(/.*)?%"),
|
"Contact" => array("aclindsay.com", "/contact", "%^/contact(/.*)?%"),
|
||||||
"Projects" => array("aclindsay.com", "/projects", "%^/projects(/.*)?%"),
|
"Projects" => array("aclindsay.com", "/projects", "%^/projects(/.*)?%"),
|
||||||
"Résumé" => array("aclindsay.com", "/resume", "%^/resume(/.*)?%")
|
"Resume" => array("aclindsay.com", "/resume", "%^/resume(/.*)?%")
|
||||||
);
|
);
|
||||||
$protocol = get_protocol();
|
$protocol = get_protocol();
|
||||||
$http_host = $_SERVER['HTTP_HOST'];
|
$http_host = $_SERVER['HTTP_HOST'];
|
||||||
|
Loading…
Reference in New Issue
Block a user