Skip to content

Commit

Permalink
mistakes fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
hexterminal committed Dec 19, 2024
1 parent ee98dc8 commit f8f9a81
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions courses/advanced/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>BGENinja - Tutorials</title>
<title>BGENinja - Source Code Stuff</title>
<link rel="icon" type="image/x-icon" href="../../img/bgeninja.ico">
<link rel="stylesheet" type="text/css" href="../../style2.css">
</head>
<body>
<section class="sect-1">
<h1 title="dawg the title says it all">Tutorials</h1>
<h1 title="dawg the title says it all">Source Code Stuff</h1>
</section>
<section>
<div class="course-list">
Expand Down
4 changes: 2 additions & 2 deletions courses/logic-bricks/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>BGENinja - Intro to Logic Bricks</title>
<title>BGENinja - Logic Bricks Tutorial</title>
<link rel="stylesheet" type="text/css" href="../../style2.css">
<link rel="icon" type="image/x-icon" href="../../img/bgeninja.ico">
</head>
<body>
<section class="sect-1">
<h1 title="dawg the title says it all">Introduction to Logic Bricks</h1>
<h1 title="dawg the title says it all">Logic Bricks Tutorial</h1>
<p>You'll learn what every logic bricks does in Range Engine or UPBGE and learn how to take control of them.</p>
</section>
<section class="sect-2">
Expand Down
4 changes: 2 additions & 2 deletions courses/python/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>BGENinja - Intro to Logic Bricks</title>
<title>BGENinja - Game Engine API Tutorial</title>
<link rel="stylesheet" type="text/css" href="../../style2.css">
<link rel="icon" type="image/x-icon" href="../../img/bgeninja.ico">
</head>
<body>
<section class="sect-1">
<h1 title="dawg the title says it all">Introduction to game engine's API</h1>
<h1 title="dawg the title says it all">Game Engine API Tutorial</h1>
<p>
You'll learn to code with UPBGE (or) Range API using Python.
Covering from basic to intermediate level.
Expand Down
3 changes: 1 addition & 2 deletions style2.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,7 @@ span:hover{
}

.sect-1 h1{
cursor: help;
font-size: 2rem;
font-size: 3rem;
margin: 0px 0px 0px;
text-decoration: underline;
}
Expand Down

0 comments on commit f8f9a81

Please sign in to comment.