Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
SkillfulElectro committed May 18, 2024
1 parent 9304c49 commit 29b308e
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 1 deletion.
29 changes: 29 additions & 0 deletions Introduction.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html>
<head>
<title>First Page</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<div style="text-align: center;background-color: rgba(7, 7, 53, 0.536);width: 100%; height: 100%;">

<h1 style="color: aliceblue;">Welcome to our quick interview on Kotlin! 🚀</h1>

<p style="color: aliceblue;">
In this session, we'll explore Kotlin—a versatile general-purpose language developed by Google and JetBrains.
</p>
<p style="color: aliceblue;">
Kotlin has gained popularity, especially as the preferred language for Android app development. So, let's dive in!
</p>
<p style="color: aliceblue;">
Remember to stay engaged and search for additional information if something isn't clear.
</p>
<p style="color: aliceblue;">
you can run and edit code examples !
</p>
<p style="color: aliceblue;">
We've aimed to provide explanations beyond what's covered extensively in the book. Enjoy, and good luck! 🌟
</p>
</div>
</body>
</html>
32 changes: 32 additions & 0 deletions WhereToGo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<title>First Page</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<div style="text-align: center;background-color: rgba(7, 7, 53, 0.536);width: 100%; height: 100%;">

<h1 style="color: aliceblue;">Goodbye and Good Luck on Your Journey!</h1>

<p style="color: aliceblue;">
As you embark on your programming adventure, remember this: the path you choose today doesn't have to be the one you stick with forever. Be open-minded, explore different languages, frameworks, and paradigms. The world of technology is vast, and there's always something new to learn.
</p>
<p style="color: aliceblue;">
Preferences change, and that's okay.
</p>
<p style="color: aliceblue;">
If you find a better tool, a more elegant solution, or a language that resonates with you, don't hesitate to switch. Flexibility is your superpower.
</p>
<p style="color: aliceblue;">
Keep searching, keep learning, and dive deeper into the programming sea.
</p>
<p style="color: aliceblue;">
It's an endless ocean, and every line of code you write adds to your voyage. 🌊
</p>
<p style="color: aliceblue;">
May your bugs be minor, your algorithms efficient, and your passion unyielding. Happy coding, fellow explorer! 🚀
</p>
</div>
</body>
</html>
12 changes: 11 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ <h4>based on : Learn Android Studio 3 with Kotlin by Ted Hagos</h4>
</header>
<div class="rectangle">
<select id="urlSelector" style="text-align: center;width: 30%;">
<option value="https://pl.kotl.in/CwaHuIT1D?theme=darcula">Hello World!</option>
<option value="Introduction.html">Introduction</option>
<option value="https://pl.kotl.in/rsB72UMTC?theme=darcula">Hello World!</option>
<option value="https://pl.kotl.in/EsAlL06p5?readOnly=true&theme=darcula">literals</option>
<option value="https://pl.kotl.in/fSYnoB8OP?readOnly=true&theme=darcula">comments</option>
<option value="https://pl.kotl.in/7j6LAMIn9?theme=darcula">Arrays</option>
Expand All @@ -29,6 +30,10 @@ <h4>based on : Learn Android Studio 3 with Kotlin by Ted Hagos</h4>
<option value="https://pl.kotl.in/kmnt2t6RC?theme=darcula">Infix functions</option>
<option value="https://pl.kotl.in/Mdde27SUx?theme=darcula">operator overloading</option>
<option value="https://pl.kotl.in/um4Pl9FkL?theme=darcula">Working with Types</option>
<option value="https://pl.kotl.in/SoMpOeCKf?theme=darcula">Lambdas and Higher order function</option>
<option value="https://pl.kotl.in/4V_KmzAUO?theme=darcula">closure</option>
<option value="https://pl.kotl.in/bDZQMQ92A?theme=darcula">apply function</option>
<option value="https://pl.kotl.in/LUcuxrsyu?theme=darcula">with function</option>
<option value="https://pl.kotl.in/zIfJ0Rr0T?theme=darcula">Collections and Arrays</option>
<option value="https://pl.kotl.in/3rvhjWX8f?theme=darcula&readOnly=true">advantage of Generic</option>
<option value="https://pl.kotl.in/qB35oISw_?theme=darcula">Generic sample 1</option>
Expand All @@ -39,6 +44,7 @@ <h4>based on : Learn Android Studio 3 with Kotlin by Ted Hagos</h4>
<option value="https://pl.kotl.in/TAkGxjeXH">covariance</option>
<option value="https://pl.kotl.in/X1wV7tQbx?theme=darcula">Reified Generics</option>
<option value="https://pl.kotl.in/eH1TvzmU-?theme=darcula">Type Filtering and Inheritance</option>
<option value="WhereToGo.html">Good Luck !</option>
<!-- Add more options here -->
</select>
<iframe id="iframe" src="loading.html" width="100%" height="100%"></iframe>
Expand All @@ -52,10 +58,14 @@ <h4>based on : Learn Android Studio 3 with Kotlin by Ted Hagos</h4>
</div>

</div>


<footer style="background-color: rgba(4, 4, 116, 0.619);display: flex; justify-content: center; border-top-left-radius: 10%;
border-top-left-radius: 10%; height: fit-content;">
<p style="color: aliceblue;">for better user exp , use the website in landscape mode</p>
</footer>


<script src="scripts.js"></script>
</body>
</html>

0 comments on commit 29b308e

Please sign in to comment.