Skip to content

Commit 959dbdf

Browse files
committed
about us,readme updated
1 parent 4857043 commit 959dbdf

File tree

5 files changed

+37
-6
lines changed

5 files changed

+37
-6
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
- [BeutifulHugo theme](https://github.com/halogenica/beautifulhugo/)
77
- [PageFind for full text search](https://pagefind.app/)
88
- [Giscus for comments](https://giscus.app/)
9+
- [Mermaid.js for generating class diagrams](https://mermaid.js.org/)

content/about.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
+++
2-
title = "About Us"
3-
date = "2025-02-28T12:00:00Z"
4-
type = "page"
2+
title = "About"
53
draft = false
4+
layout= "about"
65
+++
76

87
**Ravindra Devrani** is fullstack developer, works with .NET and Angular. His prefered tech stack is .NET, angular and sql server. He is more passionate in backend development. In is spare time, he writes blog posts and make technical videos on [youtube](https://www.youtube.com/@ravindradevrani).
98

109
His handles:
1110

12-
👉 [Twitter](https://twitter.com/ravi_devrani)
13-
👉 [GitHub](https://github.com/rd003)
14-
👉 [YouTube](https://youtube.com/@ravindradevrani)
11+
- [Twitter](https://twitter.com/ravi_devrani)
12+
- [GitHub](https://github.com/rd003)
13+
- [YouTube](https://youtube.com/@ravindradevrani)
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
+++
2+
title = "Project tutorials"
3+
draft = false
4+
layout= "courses"
5+
+++
6+
7+
- [BookStore: learn crud with many to many relationship](https://youtu.be/chCB6pmZZn4?si=OJTjYA8OirUDgL87) (level: Beginner tech-stack: .net core mvc, sql server)
8+
- [Movie Store: Display book with custom auth](https://youtu.be/cQ3HH0MJqDs?si=c3oiNbHvSMgx2lJ6) (level: beginner tech-stack: .net core mvc, sql server)
9+
- [Chatroom with SignalR,html,css,js](https://youtu.be/XECRfpM3P4M?si=E3OGQEGj4EUiAL7L) (level: beginner)
10+
- [Activity Tracker](https://youtu.be/jofW-25Iews?si=zrpuqq2tf1oJarjC) (level: beginner)
11+
- [Ecommerce app for books](https://youtu.be/R4ZLWD89R5w?si=qu_B44pFTBPehIZT)(level: beginner-intermediate | tech-stack: .net core mvc, sql server)

layouts/free-courses/courses.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{{ define "main" }}
2+
<!-- Main Content -->
3+
<div class="container" style="padding: 0px 100px">
4+
<div class="row">
5+
<div class="col-lg-12">{{.Content}}</div>
6+
</div>
7+
</div>
8+
{{ end }}

layouts/page/about.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{{ define "main" }}
2+
<!-- Main Content -->
3+
<div class="container" style="padding: 0px 120px">
4+
<div class="row">
5+
<!-- <div class="col-lg-4">
6+
<img class="headshot img-thumbnail" src="{{.Params.headshot }}" />
7+
</div>
8+
<div class="col-lg-8">{{.Content}}</div> -->
9+
<div class="col-lg-12">{{.Content}}</div>
10+
</div>
11+
</div>
12+
{{ end }}

0 commit comments

Comments
 (0)