-
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
1 parent
dad4221
commit f13ac6b
Showing
5 changed files
with
47 additions
and
36 deletions.
There are no files selected for viewing
Binary file not shown.
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
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -1,38 +1,49 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<!-- | ||
If you are serving your web app in a path other than the root, change the | ||
href value below to reflect the base path you are serving from. | ||
The path provided below has to start and end with a slash "/" in order for | ||
it to work correctly. | ||
For more details: | ||
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base | ||
This is a placeholder for base href that will be replaced by the value of | ||
the `--base-href` argument provided to `flutter build`. | ||
--> | ||
<base href="$FLUTTER_BASE_HREF"> | ||
|
||
<meta charset="UTF-8"> | ||
<meta content="IE=Edge" http-equiv="X-UA-Compatible"> | ||
<meta name="description" content="A new Flutter project."> | ||
|
||
<!-- iOS meta tags & icons --> | ||
<meta name="apple-mobile-web-app-capable" content="yes"> | ||
<meta name="apple-mobile-web-app-status-bar-style" content="black"> | ||
<meta name="apple-mobile-web-app-title" content="portfolio"> | ||
<link rel="apple-touch-icon" href="icons/Icon-192.png"> | ||
|
||
<!-- Favicon --> | ||
<link rel="icon" type="image/png" href="favicon.png"/> | ||
|
||
<title>portfolio</title> | ||
<link rel="manifest" href="manifest.json"> | ||
</head> | ||
<body> | ||
<script src="flutter_bootstrap.js" async></script> | ||
</body> | ||
<head> | ||
|
||
<base href="$FLUTTER_BASE_HREF"> | ||
|
||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta content="IE=Edge" http-equiv="X-UA-Compatible"> | ||
<meta name="description" content="Hello, I'm Nishan Pradhan, an expert Flutter Developer and Computer Science student from Nepal. I specialize in creating cross-platform mobile applications. Hire me for your next innovative app development project."> | ||
<meta name="keywords" content="Nishan Pradhan, Flutter Developer, Cross-platform Mobile Apps, App Development, Computer Science Student, BCA, Bachelor's in Computer Application, Software Development, Programming, Dart Language, Mobile App Developer, Nepal, Tech Enthusiast, Flutter Projects, Freelance Developer, Mobile Application Specialist, Hire Flutter Developer, Flutter Expert, Innovative App Solutions"> | ||
<meta name="author" content="Nishan Pradhan"> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
<meta name="language" content="English"> | ||
|
||
<!-- iOS meta tags & icons --> | ||
<meta name="apple-mobile-web-app-capable" content="yes"> | ||
<meta name="apple-mobile-web-app-status-bar-style" content="black"> | ||
<meta name="apple-mobile-web-app-title" content="Nishan Pradhan - Flutter Developer & Computer Science Student"> | ||
<link rel="apple-touch-icon" href="icons/Icon-192.png"> | ||
|
||
<!-- Open Graph / Facebook --> | ||
<meta property="og:title" content="Nishan Pradhan - Flutter Developer & Computer Science Student"> | ||
<meta property="og:description" content="Hello, I'm Nishan Pradhan, an expert Flutter Developer and Computer Science student from Nepal. Hire me for your next innovative app development project."> | ||
<!-- <meta property="og:image" content="/path_to_your_image.jpg"> --> | ||
<meta property="og:url" content="https://nishanpradhan.com.np"> | ||
<meta property="og:type" content="website"> | ||
|
||
<!-- Twitter --> | ||
<meta name="twitter:card" content="summary_large_image"> | ||
<meta name="twitter:title" content="Nishan Pradhan - Flutter Developer & Computer Science Student"> | ||
<meta name="twitter:description" content="Hello, I'm Nishan Pradhan, an expert Flutter Developer and Computer Science student from Nepal. Hire me for your next innovative app development project."> | ||
|
||
<!-- Favicon --> | ||
<link rel="icon" type="image/png" href="hero.png" /> | ||
|
||
<meta name="robots" content="index, follow"> | ||
<meta name="googlebot" content="index, follow"> | ||
<meta name="msapplication-TileColor" content="#ffffff"> | ||
<meta name="theme-color" content="#ffffff"> | ||
|
||
<title>Nishan Pradhan - Flutter Developer & Computer Science Student</title> | ||
<link rel="canonical" href="https://nishanpradhan.com.np"> | ||
<link rel="manifest" href="manifest.json"> | ||
</head> | ||
<body> | ||
<script src="flutter_bootstrap.js" async></script> | ||
</body> | ||
</html> |