Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamAngle committed Sep 17, 2024
1 parent 67c1646 commit 6d9da72
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.

title: Adam Angle
title_suffix: Adam Angle's Personal Website
title: Jasmine Angle
title_suffix: Jasmine Angle's Personal Website
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
EECS senior at UC Berkeley;<wbr> SWE intern at NVIDIA.
Expand All @@ -35,7 +35,7 @@ plugins:
- jekyll-remote-theme
- jekyll-sitemap

logo: /assets/img/adam_new.jpg
logo: /assets/img/Jasmine_new.jpg
color-scheme: auto

sidebar_links:
Expand Down
2 changes: 1 addition & 1 deletion _includes/head-custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
{
"@context": "https://schema.org/",
"@type": "Person",
"name": "Adam Angle",
"name": "Jasmine Angle",
"image": {
"@type": "ImageObject",
"url": "https://adamangle.com/assets/img/adam_new.jpg"
Expand Down
4 changes: 2 additions & 2 deletions _includes/logo_svg.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 873.5 281.54">
<desc>
Adam Angle's name with the word Angle elevated by a small angle underneath the text.
Jasmine Angle's name with the word Angle elevated by a small angle underneath the text.
</desc>
<defs>
<style>
Expand Down Expand Up @@ -37,7 +37,7 @@
</style>
</defs>
<text class="cls-1" transform="translate(0.24 239.95) scale(1.02 1)">
<tspan class="cls-2">Adam</tspan>
<tspan class="cls-2">Jasmine</tspan>
<tspan x="99.8" y="0"></tspan>
</text>
<text class="cls-3" transform="matrix(0.97, -0.26, 0.26, 0.97, 465.13, 240.39)">
Expand Down
10 changes: 5 additions & 5 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1">

{% seo title=false %}
<meta property="og:image" content="https://adamangle.com/assets/img/adam_new.jpg">
<meta property="og:image" content="https://adamangle.com/assets/img/Jasmine_new.jpg">
<meta name="twitter:card" content="summary_small_image">
<meta property="twitter:domain" content="adamangle.com">
<meta name="twitter:image" content="https://adamangle.com/assets/img/adam_new.jpg">
<meta name="twitter:image" content="https://adamangle.com/assets/img/Jasmine_new.jpg">
<title>{{ page.title }} | {{ site.title_suffix }}</title>
<link rel="stylesheet" href="{{ "/assets/css/colors-ColorScheme.css?v=" | replace: "ColorScheme", ColorScheme | append: site.github.build_revision | relative_url }}">
<link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
Expand Down Expand Up @@ -44,7 +44,7 @@ <h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repo
<a class="svg-name-logo" href="{{ "/" | absolute_url }}" aria-label="Navigate to home page" style=" color:white;">
<svg id="svg-name-logo-det" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 873.5 281.54">
<desc>
Adam Angle
Jasmine Angle
</desc>
<defs>
<style>
Expand Down Expand Up @@ -82,7 +82,7 @@ <h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repo
<path class="cls-7" d="M558.5,194.5c7.3,0,13,9.64,13,22" transform="translate(-8 32.15)" stroke-width="3" />
<g class="full-name-logo">
<text class="cls-1" transform="translate(0.24 239.95)">
Adam
Jasmine
</text>
<text class="cls-3" transform="matrix(1, -0.26, 0.26, 1, 465.13, 240.39)">
Angle
Expand All @@ -92,7 +92,7 @@ <h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repo
</a>
<!-- <h1>
<a href="{{ "/" | absolute_url }}">
Adam <div style="display: inline-block; transform-origin: left; transform: rotate(-10deg);">Angle</div>
Jasmine <div style="display: inline-block; transform-origin: left; transform: rotate(-10deg);">Angle</div>
</a>
</h1> -->

Expand Down
2 changes: 1 addition & 1 deletion assets/icons/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Adam Angle",
"name": "Jasmine Angle",
"icons": [
{
"src": "\/android-icon-36x36.png",
Expand Down
4 changes: 2 additions & 2 deletions assets/img/adamangle_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ layout: default
---

# Hi there!
I'm Adam, a rising senior studying Electrical Engineering and Computer Sciences (EECS) at UC Berkeley.
I'm Jasmine, a rising senior studying Electrical Engineering and Computer Sciences (EECS) at UC Berkeley.

This site is still very much a work-in-progress, but more things will be on here soon.

0 comments on commit 6d9da72

Please sign in to comment.