mirror of
https://github.com/hnasheralneam/hnasheralneam.github.io.git
synced 2025-05-23 23:24:14 -04:00
Add publish plasma widgets tutorial
This commit is contained in:
parent
6e89cb04a1
commit
78acf2426c
12 changed files with 109 additions and 19 deletions
26
index.html
26
index.html
|
@ -2,12 +2,12 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="description" content="High school student and web dev Hamza Nasher-Alneam's personal website.">
|
||||
<meta name="description" content="Hamza Nasher-Alneam's developer profile website!">
|
||||
<meta name="theme-color" content="#f69b46">
|
||||
<link rel="shortcut icon" type="image/x-icon" href="Icons/race.png">
|
||||
<link rel="shortcut icon" type="image/x-icon" href="icons/race.png">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="Styles/home.css">
|
||||
<link rel="stylesheet" href="Styles/styles.css">
|
||||
<link rel="stylesheet" href="styles/home.css">
|
||||
<link rel="stylesheet" href="styles/styles.css">
|
||||
<title>Hamza Nasher-Alneam</title>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -50,7 +50,7 @@
|
|||
<p><a href="https://github.com/tildejustin">Justin</a> and I won third place at the MAGIC cybersecurity CTF! Here are <a href="https://magicinc.org/announcing-winners-of-ctf-14">the results</a>. <i>April 20 2023</i></p>
|
||||
<br>
|
||||
<h2 id="funsies">Fun stuff</h2>
|
||||
<p>Developer jokes! <a href="Documents/developer_jokes.pdf">Check them out</a></p>
|
||||
<p>Developer jokes! <a href="documents/developer_jokes.pdf">Check them out</a></p>
|
||||
<div class="funsies">
|
||||
<p>Change the website color theme</p>
|
||||
<button onclick="changeTheme()">Random</button>
|
||||
|
@ -62,21 +62,29 @@
|
|||
<h2>Thoughts</h2>
|
||||
</a>
|
||||
|
||||
<!-- <a href="Documents/situation_in_gaza.pdf">
|
||||
<!-- <a href="documents/situation_in_gaza.pdf">
|
||||
<div class="thoughts-bit first-of-class">
|
||||
<h4>The Humanitarian Crisis in Gaza: Then and Now</h4>
|
||||
<i>Nov 29 2023</i>
|
||||
<p>A brief history of Gaza, with a special focus on the recent events.</p>
|
||||
</div>
|
||||
</a> -->
|
||||
<a href="/thoughts.html#imessage-lockin">
|
||||
<a href="articles/plasma-widgets.html#publish-widget">
|
||||
<div class="thoughts-bit">
|
||||
<h4>Publish your Plasma Widget</h4>
|
||||
<i>May 15 2024</i>
|
||||
<p>A quick tutorial that shows how publish a KDE widget on the widget store.</p>
|
||||
</div>
|
||||
</a>
|
||||
<a href="thoughts.html#imessage-lockin">
|
||||
<div class="thoughts-bit">
|
||||
<h4>The iMessage Lockin</h4>
|
||||
<i>Dec 1 2022</i>
|
||||
<p>Didn't update this for the RCS announcement, but that'll take a while to come into effect and still won't change much socially in the U.S.</p>
|
||||
<p>Didn't update this for the RCS announcement, but that'll take a while to come into effect and still won't
|
||||
change much socially in the U.S.</p>
|
||||
</div>
|
||||
</a>
|
||||
<a href="/thoughts.html#reject-folding-phones">
|
||||
<a href="thoughts.html#reject-folding-phones">
|
||||
<div class="thoughts-bit">
|
||||
<h4>An Argument Against Folding Phones</h4>
|
||||
<i>Dec 1 2022</i>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue