Skip to content

Commit

Permalink
Removed sensitive data
Browse files Browse the repository at this point in the history
  • Loading branch information
Sara McCutcheon committed Jun 26, 2022
1 parent c30f1d0 commit 93eb8d1
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions wp-content/themes/resume/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
</span>
</h1>
<?php $summary = get_summary(); ?>
<p>
<?php echo $summary->phone_number; ?><?php echo $summary->email; ?>
</p>
<!-- <p>-->
<!-- --><?php //echo $summary->phone_number; ?><!----><?php //echo $summary->email; ?>
<!-- </p>-->
<p>
<a href="<?php echo $summary->github_url; ?>">
<?php echo $summary->github_url; ?>
Expand Down
Binary file removed wp-content/themes/resume/screenshot.jpg
Binary file not shown.
Binary file added wp-content/themes/resume/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion wp-content/themes/resume/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Theme Name: Resume
Theme URI: https://saram.cc
Author: Sara McCutcheon
Author URI: https://saram.cc/
Version: 0.1
Version: 1.0
License: MIT
License URI: https://mit-license.org/
*/
Expand All @@ -13,6 +13,7 @@ License URI: https://mit-license.org/
:root {
--black: #000000;
--gray: #BDC3C7;
--gray-green: #95A5A6;
--teal: #317589;
--white: #ffffff;
}
Expand Down Expand Up @@ -44,6 +45,11 @@ header a:hover {
color: var(--white);
}

time {
color: var(--gray-green);
font-weight: bold;
}

.h1, h1 {
font-size: 2.5rem;
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 93eb8d1

Please sign in to comment.