Skip to content

Commit

Permalink
deploy: a10a07d
Browse files Browse the repository at this point in the history
  • Loading branch information
brajeshwar committed Jul 5, 2024
1 parent 2981b9b commit d170bed
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 2,637 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/github-pages.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .gitignore

This file was deleted.

Empty file added .nojekyll
Empty file.
8 changes: 0 additions & 8 deletions Gemfile

This file was deleted.

9 changes: 0 additions & 9 deletions README.md

This file was deleted.

28 changes: 0 additions & 28 deletions _config.yml

This file was deleted.

13 changes: 0 additions & 13 deletions _layouts/default.html

This file was deleted.

7 changes: 1 addition & 6 deletions assets/css/tailwind.css

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

3 changes: 0 additions & 3 deletions bin/build-dev

This file was deleted.

3 changes: 0 additions & 3 deletions bin/build-prod

This file was deleted.

9 changes: 0 additions & 9 deletions bin/setup

This file was deleted.

3 changes: 0 additions & 3 deletions bin/start

This file was deleted.

21 changes: 17 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
---
layout: default
title: Home
---
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<title>Home | Brajeshwar</title>
<link rel="stylesheet" href="/2024B/assets/css/tailwind.css">
<!-- <link rel="stylesheet" href="/2024B/assets/css/main.css"> -->
</head>
<body>
<p>
URL - https://brajeshwar.github.io
BASE - /2024B
</p>

<div class="flex flex-col items-center min-h-screen text-gray-700 ">
<div class="flex items-center justify-center flex-grow">
Expand Down Expand Up @@ -44,3 +54,6 @@
</a>
</div>
</div>

</body>
</html>
Loading

0 comments on commit d170bed

Please sign in to comment.