You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+61Lines changed: 61 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,67 @@ <h2 class="typeWriter">Welcome to <span>ScriptLab</span></h2>
59
59
<!--About Section-->
60
60
<sectionid="about">
61
61
<h2>About Script Lab</h2>
62
+
63
+
<!--Create about content container-->
64
+
<divclass="contentContainer">
65
+
66
+
<divclass="highlightContainer">
67
+
<!--Create highlight content-->
68
+
<divclass="highlightItem">
69
+
<iclass='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
+
<divclass="highlightItem">
76
+
<iclass='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
+
<divclass="highlightItem">
83
+
<iclass='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
+
<divclass="highlightItem">
90
+
<iclass='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
+
<divclass="highlightItem">
97
+
<iclass='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
+
<divclass="highlightItem">
104
+
<iclass='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.
0 commit comments