Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoabenza authored Jan 19, 2024
1 parent fb59d9c commit b2e6c50
Showing 1 changed file with 63 additions and 63 deletions.
126 changes: 63 additions & 63 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,67 +1,67 @@
<head>
<title>Thinking Abacus</title>
<link rel="manifest" href="/manifest.json">
<link rel="apple-touch-icon" href="landing_page/frontend/resources/sq-logo-solid-192.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="icon" href="landing_page/frontend/resources/favicon-32.ico" type="image/x-icon">
<link rel="shortcut icon" href="landing_page/frontend/resources/favicon-32.ico" type="image/x-icon">
<meta name="description" content="Build context-aware applications">
<meta property="og:title" content="Augmenting Cognition" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.thinkingabacus.com" />
<meta property="og:image" content="https://raw.githubusercontent.com/franciscoabenza/thinking-abacus/web/landing_page/frontend/resources/meta-tag.png" />
<meta property="og:description" content="Building context-aware applications" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@thinkingabacus" />
<meta name="twitter:title" content="Augmented Epistemology" />
<meta name="twitter:image" content="https://raw.githubusercontent.com/franciscoabenza/thinking-abacus/web/landing_page/frontend/resources/meta-tag.png" />
<meta name="twitter:description" content="Build context-aware applications" />
<style>
h1 a[href="https://www.thinkingabacus.com/"] {
display: none;
}
h1 {
display: none;
}
body {
background-color: #000; /* Black background */
color: #fff; /* White text */
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
line-height: 1.6;
}
a {
color: #00d4ff; /* Bright color for links */
text-decoration: none;
}
a:hover {
color: #bfff00; /* Different color for hover state */
}
h1, h2, h3, h4, h5, h6 {
color: #fff; /* White text for headings */
}
/* Style for horizontal rule */
hr {
border: 0;
height: 4px;
background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}
</style>
<title>Thinking Abacus</title>

<link rel="manifest" href="/manifest.json">
<link rel="apple-touch-icon" href="landing_page/frontend/resources/sq-logo-solid-192.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">


<link rel="icon" href="landing_page/frontend/resources/favicon-32.ico" type="image/x-icon">
<link rel="shortcut icon" href="landing_page/frontend/resources/favicon-32.ico" type="image/x-icon">


<meta name="description" content="Build context-aware applications">

<meta property="og:title" content="Augmenting Cognition" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.thinkingabacus.com" />
<meta property="og:image" content="https://raw.githubusercontent.com/franciscoabenza/thinking-abacus/web/landing_page/frontend/resources/meta-tag.png" />
<meta property="og:description" content="Building context-aware applications" />

<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@thinkingabacus" />
<meta name="twitter:title" content="Augmented Epistemology" />
<meta name="twitter:image" content="https://raw.githubusercontent.com/franciscoabenza/thinking-abacus/web/landing_page/frontend/resources/meta-tag.png" />
<meta name="twitter:description" content="Build context-aware applications" />


<style>
h1 a[href="https://www.thinkingabacus.com/"] {
display: none;
}
h1 {
display: none;
}
body {
background-color: #000; /* Black background */
color: #fff; /* White text */
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
line-height: 1.6;
}

a {
color: #00d4ff; /* Bright color for links */
text-decoration: none;
}

a:hover {
color: #bfff00; /* Different color for hover state */
}

h1, h2, h3, h4, h5, h6 {
color: #fff; /* White text for headings */
}

/* Style for horizontal rule */
hr {
border: 0;
height: 4px;
background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}
</style>

</head>

Expand Down

0 comments on commit b2e6c50

Please sign in to comment.