Skip to content

Commit

Permalink
web
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishan-Pradhan06 committed Aug 14, 2024
1 parent dad4221 commit f13ac6b
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 36 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class MyApp extends StatelessWidget {
Widget build(BuildContext context) {
final themeProvider = Provider.of<ThemeProviders>(context);
return MaterialApp(
title: 'Portfolio',
title: 'Nishan Pradhan - Flutter Developer & Computer Science Student',
debugShowCheckedModeBanner: false,
theme: themeProvider.currentTheme,
home: const HomePage(),
Expand Down
Binary file removed web/favicon.png
Binary file not shown.
Binary file added web/hero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
81 changes: 46 additions & 35 deletions web/index.html
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>

0 comments on commit f13ac6b

Please sign in to comment.