Skip to content

Commit

Permalink
improvised content and minor issue fix in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
imApoorva36 committed Jan 26, 2024
1 parent a2e96fc commit 566bc31
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 39 deletions.
55 changes: 17 additions & 38 deletions corpus/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,18 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Give a small description in 3-4 sentences about the website -->
<meta name="description"
content="IEEE NITK is a local chapter of the IEEE Organisation belonging in the Bangalore R10 Section. IEEE NITK undertakes lots of projects by its various SIGs which are formed and projects undertaken by students are futher applied to help solve daily world problems.">
content="IEEE NITK is a student chapter of the IEEE Organisation belonging in the Bangalore R10 Section. IEEE NITK undertakes a lot of projects by its various SIGs which are formed and projects undertaken by students are futher applied to help solve daily world problems.">
<!-- A small abstract idea about the website -->
<meta name="abstract" content="This Website is about IEEE NITK Student Chapter">
<!-- Important Keywords to be noted in the website -->
<meta name="keywords" content="IEEE, IEEE NITK, NITK Surathkal, NITK, Clubs in NITK, Technical Clubs in NITK">
<meta name="keywords" content="IEEE, IEEE NITK, NITK Surathkal, NITK, Clubs in NITK, Technical Clubs in NITK, NITK Club Projects, Student Chapter Bangalore R10 Section">
<!-- Tell the spider to index the first page and other pages as well-->
<meta name="robots" content="index, follow">
<!-- How often should spiders come back to your page -->
<meta name="revisit-after" content="3 days">

<!-- Copyright regarding the website -->
<meta name="copyright" content="IEEE NITK">
<!-- Tells Google Bot not to duplicate description -->
<meta name="googlebot" content="noodp">
<!-- Language for the website -->
<meta name="language" content="English">

Expand All @@ -37,8 +35,6 @@

<!-- Refers to distribution of the page -->
<meta name="distribution" content="global">
<!-- Generator or formatter tag -->
<meta name="generator" content="Jekyll">
<!-- Disallow spammers for the webpage -->
<meta name="no-email-collection" content="http://www.metatags.info/nospamharvesting">
<!-- Rating for the page -->
Expand All @@ -49,42 +45,26 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">

<!-- Google Authorship Markup -->
<!-- Social: Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@{{site.twitter_username}}">
<meta name="twitter:title" content="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}">
<meta name="twitter:description"
content="{% if post.description %}{{ post.description|striptags|linebreaksbr|truncatechars:160 }}{% else %}{{ site_description }}{% endif %}">
<meta property="twitter:image:src"
content="{% static 'img/blog-image.png' %}">

<!-- Social: Facebook / Open Graph -->
<meta property="fb:app_id" content="{{ site.facebook_app_id }}" />
<meta property="og:url" content="{{ site.url }}{{ site.baseurl }}{{ page.url }}" />
<meta property="og:title" content="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}">
<meta property="og:image" content="{% static 'img/blog-image.png' %}">
<meta property="og:description"
content="{% if page.description %}{{ page.description|striptags|linebreaksbr|truncatechars:160 }}{% else %}{{ site.description }}{% endif %}">
<meta property="og:site_name" content="{{ site.title }}">

<!-- Social: Google+ / Schema.org -->
<meta itemprop="name" content="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}" />
<meta itemprop="description"
content="{% if page.description %}{{ page.description|striptags|linebreaksbr|truncatechars:160 }}{% else %}{{ site.description }}{% endif %}">
<meta itemprop="image" content="{% static 'img/blog-image.png' %}" />
<!-- Social: Facebook / Open Graph and Google+ / Schema.org -->
<meta property="fb:app_id" content="0011038251882641" />
<meta property="og:url" content="https://ieee.nitk.ac.in" />
<meta property="og:title" itemprop="name" content="IEEE NITK | Corpus">
<meta property="og:image" itemprop="image" content="{% static 'img/ieee-nitk.png' %}">
<meta property="og:description" itemprop="description"
content="IEEE NITK is a student branch of IEEE located at NITK Surathkal dedicated to innovative projects and solutions. This is the official website of IEEE NITK">
<meta property="og:site_name" content="IEEE NITK | Corpus">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="msapplication-TileImage" content="{% static img/ms-icon-144x144.png %}">
<meta name="theme-color" content="#ffffff">

<!-- Windows 8 Tile Icons -->
<meta name="application-name" content="{{site.username}}">
<!-- Windows Tile Icons -->
<meta name="msapplication-TileColor" content="#0562DC">
<meta name="msapplication-square70x70logo" content="smalltile.png" />
<meta name="msapplication-square150x150logo" content="mediumtile.png" />
<meta name="msapplication-wide310x150logo" content="widetile.png" />
<meta name="msapplication-square310x310logo" content="largetile.png" />
<meta name="msapplication-square70x70logo" content="{% static 'img/smalltile.png' %}" />
<meta name="msapplication-square150x150logo" content="{% static 'img/mediumtile.png' %}" />
<meta name="msapplication-wide310x150logo" content="{% static 'img/widetile.png' %}" />
<meta name="msapplication-square310x310logo" content="{% static 'img/largetile.png' %}" />

<!-- Android Lolipop Theme Color -->
<!-- Android Theme Color -->
<meta name="theme-color" content="#0562DC">

<meta charset="UTF-8">
Expand All @@ -101,7 +81,6 @@
<link href="https://fonts.googleapis.com/css2?family=Ubuntu&display=swap" rel="stylesheet">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0"/>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/full.min.css" rel="stylesheet" type="text/css"/>

<!-- Linked Scripts needed -->
<script src="https://code.jquery.com/jquery-3.7.0.min.js"
Expand Down
1 change: 0 additions & 1 deletion corpus/templates/components/general_footer.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<!-- TODO: Add Footer Links -->
<footer class="footer p-10 bg-neutral text-neutral-content">
<nav>
<header class="footer-title">Information</header>
Expand Down

0 comments on commit 566bc31

Please sign in to comment.