Skip to content

Commit

Permalink
completed
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrutheeshIR committed Feb 18, 2024
1 parent 25e0010 commit d5bda2f
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 11 deletions.
3 changes: 3 additions & 0 deletions config/_default/menus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ main:
- name: Home
url: '#about'
weight: 10
- name: News
url: '#news'
weight: 15
- name: Bio
url: 'bio'
weight: 20
Expand Down
5 changes: 2 additions & 3 deletions content/home/news.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
---
# Documentation: https://wowchemy.com/docs/page-builder/
widget: news
headless: true
weight: 3

title: Latest News
subtitle: Life updates
cms_exclude: true

content:
count: 5
Expand All @@ -20,7 +19,7 @@ content:
page_type: post
design:
view: 'descriptive_list'
columns: 2
columns: 1
show_authors_only: False
all_day: True
---
2 changes: 1 addition & 1 deletion content/post/started_aurora/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Software Engineer at Aurora!
title: Software Engineer at Aurora
date: 2023-07-24
summary: Joined Aurora Tech as a perception software engineer.

Expand Down
2 changes: 1 addition & 1 deletion content/post/thesis/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Presented my thesis!
date: 2023-06-08
summary: Very excited to have presented my thesis, titled 'Improvisational Robot Tool Use using Affordance based Planning'!
summary: Very excited to have presented my thesis, titled 'Improvisational Robot Tool Use using Affordance based Planning'.

image:
height: 200px
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@
{{ $summary = $item.Summary }}
{{ end }}

<div class="media stream-item view-compact">
<div class="media stream-item view-compact row experience">
<div class="col-auto text-center flex-column d-none d-sm-flex">
<div class="row h-50">
<!-- <div class="row h-50">
<div class="col border-right">&nbsp;</div>
<div class="col">&nbsp;</div>
</div>
</div> -->
<div class="m-2">
<span class="badge badge-pill border exp-fill">&nbsp;</span>
</div>
<div class="row h-50">
<!-- <div class="row h-50">
<div class="col border-right">&nbsp;</div>
<div class="col">&nbsp;</div>
</div>
</div> -->
</div>
<div class="media-body">

Expand Down
2 changes: 1 addition & 1 deletion themes/academictheme/layouts/partials/widget_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
{{end}}

{{ $columns := $st.Params.design.columns | default "2" }}
{{ $use_cols := in (slice "pages" "featured" "experience" "accomplishments" "contact" "blank" "tag_cloud" "portfolio") $widget }}
{{ $use_cols := in (slice "pages" "featured" "experience" "accomplishments" "contact" "blank" "tag_cloud" "portfolio" "news") $widget }}

{{/* Dedicated child div for bg prevents parallax 100% height issue within new CSS grid page wrapper. */}}
<section id="{{$hash_id}}" class="home-section {{$widget_class}} {{if $bg.text_color_light}}dark{{else if (eq $bg.text_color_light false)}}light{{end}} {{with $css_classes}}{{.}}{{end}}" {{with $style}}style="{{. | safeCSS}}"{{end}} {{print $extra_attributes | safeHTMLAttr}}>
Expand Down

0 comments on commit d5bda2f

Please sign in to comment.