-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
99 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
* { | ||
padding: 0; | ||
margin: 0; | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<html> | ||
<header> | ||
<title>Help App | care for your heart💗</title> | ||
</header> | ||
|
||
<body> | ||
<main> | ||
<h1>main projects</h1> | ||
<a href="https://github.com/nknighta/helpapp-flutter">nknighta/helpapp-flutter</a> | ||
<a href="https://github.com/nknighta/helpapp-website">nknighta/helpapp-website</a> | ||
</main> | ||
<footer> | ||
<a href="/">@nknighta</a> | ||
</footer> | ||
</body> | ||
|
||
<style> | ||
* { | ||
padding: 0; | ||
margin: 0; | ||
} | ||
|
||
body { | ||
background-color: #d9f0cb; | ||
} | ||
|
||
main { | ||
width: 100%; | ||
height: 70%; | ||
display: flex; | ||
flex-direction: column; | ||
justify-content: center; | ||
align-items: center; | ||
} | ||
|
||
footer { | ||
|
||
width: 100%; | ||
display: flex; | ||
flex-direction: column; | ||
justify-content: center; | ||
align-items: center; | ||
} | ||
</style> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Pictures</title> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" type="text/css" href="/css/pictures.css" /> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.css" /> | ||
<meta name="description" content="About me | Nknight AMAMIYA"> | ||
<meta property="og:title" content="About me | Nknight AMAMIYA"> | ||
<meta property="og:description" content="About me | Nknight AMAMIYA"> | ||
<meta property="og:image" content="https://nknighta.github.io/img/icon.jpg"> | ||
<meta property="og:url" content="https://nknighta.github.io/"> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:site_name" content="Nknight AMAMIYA - about me"> | ||
<link rel="icon" href="https://nknighta.github.io/img/icon.jpg" type="image/jpeg"> | ||
<meta property="twitter:image" content="https://nknighta.github.io/img/icon.jpg"> | ||
<meta property="twitter:card" content="summary_large_image"> | ||
<meta property="twitter:site" content="@ama_dev_1"> | ||
<link rel="icon" href="https://varius.technology/favicon.ico" type="image/x-icon" /> | ||
</head> | ||
<body> | ||
<h1>pictures</h1> | ||
<strong>My Icon by Own Twetter Follower.</strong> | ||
<img src="https://raw.githubusercontent.com/nknighta/nknighta.github.io/refs/heads/master/img/icon.jpg" alt="My Icon by Own Twetter Follower." id="myicon"> | ||
<a href="/">home</a> | ||
</body> | ||
</html> |