Skip to content

Commit

Permalink
beautification changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ArunKoundinya committed Feb 19, 2024
1 parent fbf9db7 commit 553cddc
Show file tree
Hide file tree
Showing 8 changed files with 54 additions and 5 deletions.
14 changes: 13 additions & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,26 @@ project:
type: website

website:
title: "Canvass And Analyze"
title: "<img src='/images/logo.png' style='width: 2.2em; height: 2.2em; border-radius: 30%;'> <b>Canvass And Analyze</b>"
site-url: https://arunkoundinya.github.io/CanvassAndAnalyze/
description: "My thought process on confluence of Psychology, Analytics and Management."
favicon: "/images/logo.jpeg"
margin-header: subscribe.html
navbar:
right:
- about.qmd
- icon: rss
href: index.xml
- icon: github
href: https://github.com/ArunKoundinya
- icon: linkedin
href: https://www.linkedin.com/in/arunkoundinya0710/

page-footer:
right: "This page is built with 💛 and [Quarto](https://quarto.org/)."
left: "&copy; Copyright 2024, Arun Koundinya Parasa"
background: "#36494E"

format:
html:
theme: lumen
Expand Down
10 changes: 6 additions & 4 deletions about.qmd
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
---
title: "About"
image: profile.jpg
image: profile.jpeg
about:
template: jolla
links:
- icon: twitter
text: Twitter
href: https://twitter.com
href: https://twitter.com/koundinyaarun/
- icon: linkedin
text: LinkedIn
href: https://www.linkedin.com/in/arunkoundinya0710/
- icon: github
text: Github
href: https://github.com/ArunKoundinya

- icon: instagram
text: Instagram
href: https://instagram.com/koundinyaarun/
---

About this blog
This blog is among my thought process on multitude areas but with a lens of psychology, management and analytics.
Binary file added images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions index.qmd
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
---
title: "Canvass And Analyze"
subtitle: "Let me share my thought process on confluence of Psychology, Analytics and Management."
listing:
contents: posts
sort: "date desc"
type: default
categories: true
sort-ui: false
filter-ui: false
feed: true
page-layout: full
title-block-banner: true
---
5 changes: 5 additions & 0 deletions posts/_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ freeze: true

# Enable banner style title blocks
title-block-banner: true

page-footer:
right: "This page is built with 💛 and [Quarto](https://quarto.org/)."
left: "&copy; Copyright 2024, Arun Koundinya Parasa"
background: "#36494E"
Binary file added profile.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed profile.jpg
Binary file not shown.
28 changes: 28 additions & 0 deletions subscribe.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<span style="font-weight: 600;">Subscribe</span>

<!-- Begin Mailchimp Signup Form -->
<link href="http://cdn-images.mailchimp.com/embedcode/slim-10_7_dtp.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; width:170px;}
/* Add your own Mailchimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
#mc-embedded-subscribe-form{margin-left:-5px;}
</style>
<div id="mc_embed_signup">
<form action="<site_url>" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">

<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_f718424fc5df77c22533bdaa6_a3c37fb57b" tabindex="-1" value=""></div>
<div class="optionalParent">
<div class="clear foot" style="margin-top: 10px;">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
<p class="brandingLogo"></p>
</div>
</div>
</div>
</form>
</div>

<!--End mc_embed_signup-->

0 comments on commit 553cddc

Please sign in to comment.