Skip to content

Commit 352db73

Browse files
committed
add about section
1 parent b7a3841 commit 352db73

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed

index.html

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,67 @@ <h2 class="typeWriter">Welcome to <span>ScriptLab</span></h2>
5959
<!--About Section-->
6060
<section id="about">
6161
<h2>About Script Lab</h2>
62+
63+
<!--Create about content container-->
64+
<div class="contentContainer">
65+
66+
<div class="highlightContainer">
67+
<!--Create highlight content-->
68+
<div class="highlightItem">
69+
<i class='bx bx-cloud'></i>
70+
<h4>API's</h4>
71+
<p>
72+
APIs allow different software systems to communicate with each other by providing a set of rules for how requests and responses should be structured. They enable the integration of various services, such as fetching data from a server or interacting with external platforms.
73+
</p>
74+
</div>
75+
<div class="highlightItem">
76+
<i class='bx bxs-book'></i>
77+
<h4>Libraries</h4>
78+
<p>
79+
A library is a collection of pre-written code, functions, and routines that developers can use to perform common tasks. Instead of writing code from scratch, libraries simplify the process and save time by offering reusable, well-tested solutions.
80+
</p>
81+
</div>
82+
<div class="highlightItem">
83+
<i class='bx bxs-cog'></i>
84+
<h4>Frameworks</h4>
85+
<p>
86+
A framework provides a structure for developers to build applications efficiently. It includes libraries, pre-defined code, and guidelines that make it easier to develop software by setting up conventions for how things should be done, ensuring consistency and reducing the need for repetitive tasks.
87+
</p>
88+
</div>
89+
<div class="highlightItem">
90+
<i class='bx bxs-data'></i>
91+
<h4>CMS</h4>
92+
<p>
93+
A CMS is a software platform that allows users to create, manage, and modify digital content without requiring specialized technical knowledge. Commonly used for websites, it enables non-developers to build and manage content, such as blogs, articles, and product listings.
94+
</p>
95+
</div>
96+
<div class="highlightItem">
97+
<i class='bx bxs-file-json'></i>
98+
<h4>JSON</h4>
99+
<p>
100+
JSON is a lightweight data format used for storing and exchanging data between a server and client. It is easy to read and write for humans and easy to parse and generate for machines, making it the preferred format for APIs and data transfer.
101+
</p>
102+
</div>
103+
<div class="highlightItem">
104+
<i class='bx bx-joystick'></i>
105+
<h4>Game</h4>
106+
<p>
107+
Game development involves the process of creating interactive, digital games. It includes writing code to handle game logic, graphics, user interactions, and animations. Game engines and frameworks help streamline development by providing pre-built tools for rendering graphics, physics, and more.
108+
</p>
109+
</div>
110+
</div>
111+
112+
<div class="aboutContent">
113+
<img src="images/scriptbigfont-removebg-preview.png" alt="Script Lab">
114+
115+
<h4>About ScriptLab</h4>
116+
117+
<p>
118+
The purpose of ScriptLab is to showcase multiple Projects that use
119+
API, Libraries, Frameworks, CMS, JSON, and more.
120+
</p>
121+
</div>
122+
</div>
62123
</section>
63124

64125
<!--Project Section-->

0 commit comments

Comments
 (0)