Skip to content

Commit c246296

Browse files
committed
fix: features and tagline
1 parent 2967539 commit c246296

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ layout: home
44

55
hero:
66
name: "2110479 Computer Graphics"
7-
text: "2110479 Computer Graphics"
8-
tagline: My great project tagline
7+
# text: "2110479 Computer Graphics"
8+
tagline: Documentations for computer graphics course at Chulalongkorn university
99
actions:
1010
# - theme: brand
1111
# text: Markdown Examples
@@ -17,11 +17,11 @@ hero:
1717
text: Labs
1818
link: /labs/01-hello-triangle
1919

20-
# features:
21-
# - title: Feature A
22-
# details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
23-
# - title: Feature B
24-
# details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
25-
# - title: Feature C
26-
# details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
20+
features:
21+
- title: Computer Graphics
22+
details: Covers fundamental concepts of rendering, shading, lighting, and transformations used to create realistic and interactive visual scenes.
23+
- title: OpenGL
24+
details: Hands-on experience with OpenGL for rendering 2D and 3D graphics, including shader programming and real-time rendering techniques.
25+
- title: Ray Tracing
26+
details: Implementation of ray tracing algorithms to simulate realistic lighting, reflections, refractions, and shadows for high-quality image generation.
2727
---

0 commit comments

Comments
 (0)