Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minato update #1363

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/js/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/js/sem_temp.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Header
let header = $(`
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="navbar">
<a class="navbar-brand" href="index.html">John Doe </a>
<a class="navbar-brand" href="index.html">Minato Sakai </a>
<div class="hamburger_wrapper navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">

<div id="js-hamburger" class="hamburger">
Expand Down
8 changes: 4 additions & 4 deletions design.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en" light-mode="dark">

<head>
<title>John Doe | Gallery</title>
<title>Minato Sakai | Gallery</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords"
Expand All @@ -14,16 +14,16 @@
<meta name="Googlebot" content="index,follow" />
<meta name="AdsBot-Google" content="index,follow" />
<meta property="og:site_name" content="https://portfolio.smaranjitghose.codes/experience.html">
<meta property="og:title" content="John Doe | Experience">
<meta property="og:title" content="Minato Sakai | Experience">
<meta property="og:description"
content="This project serves as a free and beautiful portfolio template for everyone. Anyone can showcase their work including moocs, education, projects, experience,etc. to the world.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://portfolio.smaranjitghose.codes/experience.html">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="https://portfolio.smaranjitghose.codes/experience.html">

<meta name="application-name" content="John Doe | Experience" />
<meta name="apple-mobile-web-app-title" content="John Doe | Experience" />
<meta name="application-name" content="Minato Sakai | Experience" />
<meta name="apple-mobile-web-app-title" content="Minato Sakai | Experience" />
<meta name="summary"
content="An open source project aimed at providing free and beautiful templates to everyone for building their portfolio websites and showcase their work to the world." />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" />
Expand Down
8 changes: 4 additions & 4 deletions education.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en" light-mode="dark">

<head>
<title>John Doe | Education</title>
<title>Minato Sakai | Education</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="free portfolio template,portfolio template, portfolio website template, open source, open sourcing, contributing to open source" />
Expand All @@ -14,15 +14,15 @@
<meta name="AdsBot-Google" content="index,follow" />

<meta property="og:site_name" content="https://portfolio.smaranjitghose.codes/education.html">
<meta property="og:title" content="John Doe | Education">
<meta property="og:title" content="Minato Sakai | Education">
<meta property="og:description" content="This project serves free and beautiful portfolio template for everyone. Anyone can showcase their work including moocs, education, projects, experience,etc. to the world.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://portfolio.smaranjitghose.codes/education.html">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="https://portfolio.smaranjitghose.codes/education.html">

<meta name="application-name" content="John Doe | Education" />
<meta name="apple-mobile-web-app-title" content="John Doe | Education" />
<meta name="application-name" content="Minato Sakai | Education" />
<meta name="apple-mobile-web-app-title" content="Minato Sakai | Education" />
<meta name="summary" content="An open source project aimed at providing free and beautiful templates to everyone for building their portfolio websites and showcase their work to the world." />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" />

Expand Down
8 changes: 4 additions & 4 deletions event.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en" light-mode="dark">
<head>
<title>John Doe</title>
<title>Minato Sakai</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="keywords" content="awesome portfolio website, portfolio website, free website template, open source, open source website"/>
Expand All @@ -15,7 +15,7 @@
<meta name="Googlebot" content="index,follow" />
<meta name="AdsBot-Google" content="index,follow"/>
<!-- Open Graph Cards-->
<meta property="og:title" content="John Doe | Event" />
<meta property="og:title" content="Minato Sakai | Event" />
<meta property="og:type" content="profile" />
<meta property="og:description" content="The open source project that takes care of showcasing your work while you focus on learning and innovation"/>
<meta property="og:site_name" content="https://portfolio.smaranjitghose.codes/event.html"/>
Expand All @@ -24,8 +24,8 @@
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="https://portfolio.smaranjitghose.codes/research.html" />

<meta name="application-name" content="John Doe | Research" />
<meta name="apple-mobile-web-app-title" content="John Doe | Research" />
<meta name="application-name" content="Minato Sakai | Research" />
<meta name="apple-mobile-web-app-title" content="Minato Sakai | Research" />
<meta
name="summary"
content="The open source project that takes care of showcasing your work while you focus on learning and innovation"
Expand Down
8 changes: 4 additions & 4 deletions experience.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en" light-mode="dark">

<head>
<title>John Doe | Experience</title>
<title>Minato Sakai | Experience</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="free portfolio template,portfolio template, portfolio website template, open source, open sourcing, contributing to open source" />
Expand All @@ -12,15 +12,15 @@
<meta name="Googlebot" content="index,follow" />
<meta name="AdsBot-Google" content="index,follow" />
<meta property="og:site_name" content="https://portfolio.smaranjitghose.codes/experience.html">
<meta property="og:title" content="John Doe | Experience">
<meta property="og:title" content="Minato Sakai | Experience">
<meta property="og:description" content="This project serves as a free and beautiful portfolio template for everyone. Anyone can showcase their work including moocs, education, projects, experience,etc. to the world.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://portfolio.smaranjitghose.codes/experience.html">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="https://portfolio.smaranjitghose.codes/experience.html">

<meta name="application-name" content="John Doe | Experience" />
<meta name="apple-mobile-web-app-title" content="John Doe | Experience" />
<meta name="application-name" content="Minato Sakai | Experience" />
<meta name="apple-mobile-web-app-title" content="Minato Sakai | Experience" />
<meta name="summary" content="An open source project aimed at providing free and beautiful templates to everyone for building their portfolio websites and showcase their work to the world." />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" />
<!--For Dark/Light mode Toggle-->
Expand Down
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en" light-mode="dark">

<head>
<title>John Doe | Home</title>
<title>Minato Sakai | Home</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="free portfolio template,portfolio template, portfolio website template, open source, open sourcing, contributing to open source" />
Expand All @@ -12,14 +12,14 @@
<meta name="Googlebot" content="index,follow" />
<meta name="AdsBot-Google" content="index,follow" />
<meta property="og:site_name" content="https://portfolio.smaranjitghose.codes/">
<meta property="og:title" content="John Doe | Home">
<meta property="og:title" content="Minato Sakai | Home">
<meta property="og:description" content="This project serves free and beautiful portfolio template for everyone. Anyone can showcase their work including moocs, education, projects, experience,etc. to the world.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://portfolio.smaranjitghose.codes/">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="https://portfolio.smaranjitghose.codes/">
<meta name="application-name" content="John Doe | Home" />
<meta name="apple-mobile-web-app-title" content="John Doe | Home" />
<meta name="application-name" content="Minato Sakai | Home" />
<meta name="apple-mobile-web-app-title" content="Minato Sakai | Home" />
<meta name="summary" content="An open source project aimed at providing free and beautiful templates to everyone for building their portfolio websites and showcase their work to the world." />
<!--For Dark/Light mode Toggle-->
<script src="https://code.iconify.design/1/1.0.4/iconify.min.js"></script>
Expand Down Expand Up @@ -67,7 +67,7 @@
</div>
<center>
<!-- Home Section -->
<div class="text col-sm-6" style="margin-top: 140px;">Hi <span class="wave"><img src="assets/images/Hand.gif" width="35px"></span>&nbsp;, I'm <span class="header">John Doe</span>
<div class="text col-sm-6" style="margin-top: 140px;">Hi <span class="wave"><img src="assets/images/Hand.gif" width="35px"></span>&nbsp;, I'm <span class="header">Minato Sakai</span>
<div class="center">
<div>
<img src="assets/images/dp_male.svg" alt="" class="rounded-circle" height="200" width="200">
Expand Down
8 changes: 4 additions & 4 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en" light-mode="dark">

<head>
<title>John Doe | Projects</title>
<title>Minato Sakai | Projects</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

Expand All @@ -20,7 +20,7 @@

<!-- Open Graph for Social Media -->
<meta property="og:site_name" content="https://portfolio.smaranjitghose.codes/projects.html" />
<meta property="og:title" content="John Doe | Projects" />
<meta property="og:title" content="Minato Sakai | Projects" />
<meta property="og:description" content="This project serves as a free and beautiful portfolio template for everyone who needs the perfect portfolio. Anyone can showcase their work including moocs, education, projects, experience,etc. to the world." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://portfolio.smaranjitghose.codes/projects.html" />
Expand All @@ -29,8 +29,8 @@
<!-- Twitter Posts -->
<meta name="twitter:site" content="https://portfolio.smaranjitghose.codes/projects.html" />

<meta name="application-name" content="John Doe | Projects" />
<meta name="apple-mobile-web-app-title" content="John Doe | Projects" />
<meta name="application-name" content="Minato Sakai | Projects" />
<meta name="apple-mobile-web-app-title" content="Minato Sakai | Projects" />
<meta name="summary" content="An open source project aimed at providing free and beautiful templates to everyone for building their portfolio websites and showcase their work to the world." />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA==" crossorigin="anonymous" />
Expand Down
8 changes: 4 additions & 4 deletions reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en" light-mode="dark">

<head>
<title>John Doe | References</title>
<title>Minato Sakai | References</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<meta name="keywords" content="free portfolio template,portfolio template, portfolio website template, open source, open sourcing, contributing to open source" />
Expand All @@ -19,15 +19,15 @@
<meta name="AdsBot-Google" content="index,follow" />

<meta property="og:site_name" content="https://portfolio.smaranjitghose.codes/reference.html">
<meta property="og:title" content="John Doe | reference">
<meta property="og:title" content="Minato Sakai | reference">
<meta property="og:description" content="This project serves free and beautiful portfolio template for everyone. Anyone can showcase their work including moocs, education, projects, experience,etc. to the world.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://portfolio.smaranjitghose.codes/reference.html">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="https://portfolio.smaranjitghose.codes/reference.html">

<meta name="application-name" content="John Doe | reference" />
<meta name="apple-mobile-web-app-title" content="John Doe | reference" />
<meta name="application-name" content="Minato Sakai | reference" />
<meta name="apple-mobile-web-app-title" content="Minato Sakai | reference" />
<meta name="summary" content="An open source project aimed at providing free and beautiful templates to everyone for building their portfolio websites and showcase their work to the world." />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
Expand Down
8 changes: 4 additions & 4 deletions research.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en" light-mode="dark">

<head>
<title>John Doe | Research</title>
<title>Minato Sakai | Research</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="keywords" content="free portfolio template,portfolio template, portfolio website template, open source, open sourcing, contributing to open source" />
Expand All @@ -19,15 +19,15 @@
<meta name="AdsBot-Google" content="index,follow" />

<meta property="og:site_name" content="https://portfolio.smaranjitghose.codes/research.html">
<meta property="og:title" content="John Doe | Research">
<meta property="og:title" content="Minato Sakai | Research">
<meta property="og:description" content="This project serves free and beautiful portfolio template for everyone. Anyone can showcase their work including moocs, education, projects, experience,etc. to the world.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://portfolio.smaranjitghose.codes/research.html">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="https://portfolio.smaranjitghose.codes/research.html">

<meta name="application-name" content="John Doe | Research" />
<meta name="apple-mobile-web-app-title" content="John Doe | Research" />
<meta name="application-name" content="Minato Sakai | Research" />
<meta name="apple-mobile-web-app-title" content="Minato Sakai | Research" />
<meta name="summary" content="An open source project aimed at providing free and beautiful templates to everyone for building their portfolio websites and showcase their work to the world." />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
Expand Down
8 changes: 4 additions & 4 deletions sem_temp.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en" light-mode="dark">
<head>
<title>John Doe | Semester Memories</title>
<title>Minato Sakai | Semester Memories</title>

<!-- Required meta tags -->
<meta charset="UTF-8" />
Expand All @@ -24,7 +24,7 @@
property="og:site_name"
content="https://portfolio.smaranjitghose.codes/sem_temp.html"
/>
<meta property="og:title" content="John Doe | Semester Memories" />
<meta property="og:title" content="Minato Sakai | Semester Memories" />
<meta
property="og:description"
content="This project serves free and beautiful portfolio template for everyone. Anyone can showcase their work including moocs, education, projects, experience,etc. to the world."
Expand All @@ -40,10 +40,10 @@
content="https://portfolio.smaranjitghose.codes/sem_temp.html"
/>

<meta name="application-name" content="John Doe | Semester Memories" />
<meta name="application-name" content="Minato Sakai | Semester Memories" />
<meta
name="apple-mobile-web-app-title"
content="John Doe | Semester Memories"
content="Minato Sakai | Semester Memories"
/>
<meta
name="summary"
Expand Down
8 changes: 4 additions & 4 deletions techstack.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en" light-mode="dark">

<head>
<title>John Doe | Tech Stack</title>
<title>Minato Sakai | Tech Stack</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

Expand All @@ -22,7 +22,7 @@

<!-- Open Graph for Social Media -->
<meta property="og:site_name" content="https://portfolio.smaranjitghose.codes/techstack.html" />
<meta property="og:title" content="John Doe | Tech Stack" />
<meta property="og:title" content="Minato Sakai | Tech Stack" />
<meta property="og:description"
content="This project serves as a free and beautiful portfolio template for everyone who needs the perfect portfolio. Anyone can showcase their work including moocs, education, projects, experience,etc. to the world." />
<meta property="og:type" content="website" />
Expand All @@ -32,8 +32,8 @@
<!-- Twitter Posts -->
<meta name="twitter:site" content="https://portfolio.smaranjitghose.codes/techstack.html" />

<meta name="application-name" content="John Doe | Tech Stack" />
<meta name="apple-mobile-web-app-title" content="John Doe | Tech Stack" />
<meta name="application-name" content="Minato Sakai | Tech Stack" />
<meta name="apple-mobile-web-app-title" content="Minato Sakai | Tech Stack" />
<meta name="summary"
content="An open source project aimed at providing free and beautiful templates to everyone for building their portfolio websites and showcase their work to the world." />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" />
Expand Down
Loading