Skip to content

Commit

Permalink
create opengraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Bradley committed Jul 12, 2024
1 parent 938b845 commit a493590
Show file tree
Hide file tree
Showing 7 changed files with 73 additions and 1 deletion.
12 changes: 12 additions & 0 deletions courses/tutorials/file-operations.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>File Operations</title>
<meta name="description" content="Saving and Loding files in relative paths and absolute paths with custom file extension.">
<meta property="og:url" content="https://chrisbradleyjones.github.io/bgeninja/courses/tutorials/file-operations.html">
<meta property="og:type" content="website">
<meta property="og:title" content="File Operations">
<meta property="og:description" content="Saving and Loding files in relative paths and absolute paths with custom file extension.">
<meta property="og:image" content="https://i.postimg.cc/sxnx7cSf/bro.jpg">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="chrisbradleyjones.github.io">
<meta property="twitter:url" content="https://chrisbradleyjones.github.io/bgeninja/courses/tutorials/file-operations.html">
<meta name="twitter:title" content="File Operations">
<meta name="twitter:description" content="Saving and Loding files in relative paths and absolute paths with custom file extension.">
<meta name="twitter:image" content="https://i.postimg.cc/sxnx7cSf/bro.jpg">
</head>
<body>
<h1>File Operations</h1>
Expand Down
2 changes: 1 addition & 1 deletion courses/tutorials/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h4>Misc</h4>
<ul class="container-cl">
<a href='pixelate-textures.html' class="ccl">
<li>
<img src="https://u.cubeupload.com/ropap66508/DIWhWW.jpg" loading="lazy">
<img src="https://i.postimg.cc/XJSqTgDZ/lam.jpg" loading="lazy">
<h5><span>01</span>Pixelate textures</h5>
<p>Simple way to display pixelated textures!</p>
</li>
Expand Down
15 changes: 15 additions & 0 deletions courses/tutorials/lb-screenshot.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="../../style3.css">
<meta name="description" content="Capturing in-game scenes with logic bricks
and saving images without overwriting previous ones.">
<meta property="og:url" content="https://chrisbradleyjones.github.io/bgeninja/courses/tutorials/lb-screenshot.html">
<meta property="og:type" content="website">
<meta property="og:title" content="Screenshot with Logic Bricks">
<meta property="og:description" content="Capturing in-game scenes with logic bricks
and saving images without overwriting previous ones.">
<meta property="og:image" content="https://u.cubeupload.com/ropap66508/S7iqh7.png">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="chrisbradleyjones.github.io">
<meta property="twitter:url" content="https://chrisbradleyjones.github.io/bgeninja/courses/tutorials/lb-screenshot.html">
<meta name="twitter:title" content="Screenshot with Logic Bricks">
<meta name="twitter:description" content="Capturing in-game scenes with logic bricks
and saving images without overwriting previous ones.">
<meta name="twitter:image" content="https://u.cubeupload.com/ropap66508/S7iqh7.png">
<title>Screenshot with Logic Bricks</title>
</head>
<body>
Expand Down
11 changes: 11 additions & 0 deletions courses/tutorials/lb-toggle-buttons.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:url" content="https://chrisbradleyjones.github.io/bgeninja/courses/tutorials/lb-toggle-buttons.html">
<meta property="og:type" content="website">
<meta property="og:title" content="Toggle Buttons">
<meta property="og:description" content="Toggle buttons mechanism without python.">
<meta property="og:image" content="https://u.cubeupload.com/ropap66508/H7tbEk.png">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="chrisbradleyjones.github.io">
<meta property="twitter:url" content="https://chrisbradleyjones.github.io/bgeninja/courses/tutorials/lb-toggle-buttons.html">
<meta name="twitter:title" content="Toggle Buttons">
<meta name="twitter:description" content="Toggle buttons mechanism without python.">
<meta name="twitter:image" content="https://u.cubeupload.com/ropap66508/H7tbEk.png">
<title>Toggle Buttons</title>
</head>
<body>
Expand Down
12 changes: 12 additions & 0 deletions courses/tutorials/lerp-mathutils.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="../../style3.css">
<meta name="description" content="Smooth movement with linear interpolation math in python.">
<meta property="og:url" content="https://chrisbradleyjones.github.io/bgeninja/courses/tutorials/lerp-mathutils.html">
<meta property="og:type" content="website">
<meta property="og:title" content="Mathutils Lerp">
<meta property="og:description" content="Smooth movement with linear interpolation math in python.">
<meta property="og:image" content="https://i.postimg.cc/J4K9LF3d/lerp.jpg">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="chrisbradleyjones.github.io">
<meta property="twitter:url" content="https://chrisbradleyjones.github.io/bgeninja/courses/tutorials/lerp-mathutils.html">
<meta name="twitter:title" content="Mathutils Lerp">
<meta name="twitter:description" content="Smooth movement with linear interpolation math in python.">
<meta name="twitter:image" content="https://i.postimg.cc/J4K9LF3d/lerp.jpg">
<title>Mathutils Lerp</title>
</head>
<body>
Expand Down
11 changes: 11 additions & 0 deletions courses/tutorials/pixelate-textures.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="../../style3.css">
<meta property="og:url" content="https://chrisbradleyjones.github.io/bgeninja/courses/tutorials/pixelate-textures.html">
<meta property="og:type" content="website">
<meta property="og:title" content="Pixelate Textures">
<meta property="og:description" content="Pixellate blurry textures by setting the Interpolation to none">
<meta property="og:image" content="https://i.postimg.cc/XJSqTgDZ/lam.jpg">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="chrisbradleyjones.github.io">
<meta property="twitter:url" content="https://chrisbradleyjones.github.io/bgeninja/courses/tutorials/pixelate-textures.html">
<meta name="twitter:title" content="Pixelate Textures">
<meta name="twitter:description" content="Pixellate blurry textures by setting the Interpolation to none">
<meta name="twitter:image" content="https://i.postimg.cc/XJSqTgDZ/lam.jpg">
<title>Pixelate Textures</title>
</head>
<body>
Expand Down
11 changes: 11 additions & 0 deletions courses/tutorials/py-screenshot.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="../../style3.css">
<meta property="og:url" content="https://chrisbradleyjones.github.io/bgeninja/courses/tutorials/py-screenshot.html">
<meta property="og:type" content="website">
<meta property="og:title" content="Screenshot with Logic Bricks">
<meta property="og:description" content="Capturing in-game scenes with python and preventing images from overwriting the previous images.">
<meta property="og:image" content="https://u.cubeupload.com/ropap66508/NTTgAx.png">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="chrisbradleyjones.github.io">
<meta property="twitter:url" content="https://chrisbradleyjones.github.io/bgeninja/courses/tutorials/py-screenshot.html">
<meta name="twitter:title" content="Screenshot with Logic Bricks">
<meta name="twitter:description" content="Capturing in-game scenes with python and preventing images from overwriting the previous images.">
<meta name="twitter:image" content="https://u.cubeupload.com/ropap66508/NTTgAx.png">
<title>Screenshot with Logic Bricks</title>
</head>
<body>
Expand Down

0 comments on commit a493590

Please sign in to comment.