Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nailsonseat committed Jul 17, 2024
1 parent 8fbf40a commit 86938b2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/all_projects.dart
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ List<Project> projects = [
sections: [
HtmlSection(title: "Description", bodyPath: 'lib/pages/projects/shell_ai_hackathon/description.html'),
HtmlSection(title: "Tech Stack", bodyPath: 'lib/pages/projects/shell_ai_hackathon/techstack.html'),
HtmlSection(title: "Project", bodyPath: 'lib/pages/projects/shell_ai_hackathon/dataset.html'),
HtmlSection(title: "Project", bodyPath: 'lib/pages/projects/shell_ai_hackathon/project.html'),
HtmlSection(title: "Results", bodyPath: 'lib/pages/projects/shell_ai_hackathon/results.html'),
],
timelineIcons: [
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lib/generated/assets.dart
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ class Assets {
static const String projectsBannerImage = 'lib/components/projects/banner_image.dart';
static const String projectsBannerTitle = 'lib/components/projects/banner_title.dart';
static const String projectsPdfSection = 'lib/components/projects/pdf_section.dart';
static const String projectsProjectComponent = 'lib/components/projects/table_of_contents_component.dart';
static const String projectsTableOfContents = 'lib/components/projects/table_of_contents.dart';
static const String projectsTableOfContentsComponent = 'lib/components/projects/table_of_contents_component.dart';
static const String projectsTableOfContentsHeader = 'lib/components/projects/table_of_contents_header.dart';
static const String projectsTextSection = 'lib/components/projects/text_section.dart';
static const String projectsTimeline = 'lib/components/projects/timeline.dart';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
in first in the hackathon. I was the one who gave the presentation and our team 404 Founders
came on top with 78.33 points.</p>
<br><br>
<img src="asset:lib/assets/images/project_images/smart_india_hackathon_2023/internal_results.jpeg"
<img class='center' src="asset:lib/assets/images/project_images/smart_india_hackathon_2023/internal_results.jpeg"
alt="Internal Results"/>
</div>

0 comments on commit 86938b2

Please sign in to comment.