index.html 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. <!DOCTYPE html>
  2. <html lang="en-us">
  3. <head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55173&amp;path=livereload" data-no-instant defer></script>
  4. <title>
  5. Projects | codeskraps
  6. </title>
  7. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  8. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  9. <meta name="description" content="Mobile development blog by Carles Sentis, sharing expertise in Android, iOS, and Kotlin Multiplatform development">
  10. <meta name="generator" content="Hugo 0.145.0">
  11. <link rel="canonical" href="http://localhost:55173/projects/" >
  12. <link href="/css/style.min.ee0d47e4d4346c71a65a9e873108c81ffae54d60a2fc2338f6df394eb4b25a82.css" rel="stylesheet">
  13. </head>
  14. <body>
  15. <div class="flexWrapper">
  16. <header class="headerWrapper">
  17. <div class="header">
  18. <div>
  19. <a class="terminal" href="http://localhost:55173/">
  20. <span>me@codeskraps.com ~ $</span>
  21. </a>
  22. </div>
  23. <input class="side-menu" type="checkbox" id="side-menu">
  24. <label class="hamb" for="side-menu"><span class="hamb-line"></span></label>
  25. <nav class="headerLinks">
  26. <ul>
  27. <li>
  28. <a href="http://localhost:55173/posts/" title="" >
  29. ~/posts</a>
  30. </li>
  31. <li>
  32. <a href="http://localhost:55173/projects/" title="" >
  33. ~/projects</a>
  34. </li>
  35. <li>
  36. <a href="http://localhost:55173/about/" title="" >
  37. ~/about</a>
  38. </li>
  39. </ul>
  40. </nav>
  41. </divi>
  42. <script async src="https://www.googletagmanager.com/gtag/js?id=G-YP8WK3KZF1"></script>
  43. <script>
  44. var doNotTrack = false;
  45. if ( false ) {
  46. var dnt = (navigator.doNotTrack || window.doNotTrack || navigator.msDoNotTrack);
  47. var doNotTrack = (dnt == "1" || dnt == "yes");
  48. }
  49. if (!doNotTrack) {
  50. window.dataLayer = window.dataLayer || [];
  51. function gtag(){dataLayer.push(arguments);}
  52. gtag('js', new Date());
  53. gtag('config', 'G-YP8WK3KZF1');
  54. }
  55. </script>
  56. </header>
  57. <div class="content">
  58. <main class="main">
  59. <article>
  60. <header>
  61. <h1>
  62. Projects
  63. </h1>
  64. </header>
  65. <style>
  66. .project-container {
  67. margin-bottom: 4rem;
  68. }
  69. .project-layout {
  70. display: flex;
  71. gap: 2rem;
  72. align-items: flex-start;
  73. }
  74. .project-image {
  75. flex: 0 0 150px;
  76. }
  77. .project-image img {
  78. width: 100%;
  79. height: auto;
  80. }
  81. .project-content {
  82. flex: 1;
  83. text-align: left;
  84. }
  85. .project-content h1,
  86. .project-content h2,
  87. .project-content h3 {
  88. margin-top: 0;
  89. }
  90. @media (max-width: 768px) {
  91. .project-layout {
  92. flex-direction: column;
  93. }
  94. .project-content {
  95. width: 100%;
  96. }
  97. }
  98. </style>
  99. <div class="project-container">
  100. <div class="project-layout">
  101. <div class="project-image">
  102. <img src="/images/weekly_weather_logo.webp" alt="Weekly Weather logo">
  103. </div>
  104. <div class="project-content">
  105. <h1><a href="https://repo.codeskraps.com/codeskraps/Weekly-Weather">Weekly Weather</a></h1>
  106. <p>A clean, intuitive interface for viewing weather forecasts. Weekly Weather provides detailed weekly forecasts for your current location or saved favorite places.</p>
  107. <h3 id="features">Features</h3>
  108. <ul>
  109. <li>View detailed weekly weather forecasts</li>
  110. <li>Automatically detect current location</li>
  111. <li>Search and save favorite locations for quick access</li>
  112. <li>Custom naming for GPS locations</li>
  113. <li>Available in 37 languages</li>
  114. <li>Lightweight and battery-efficient</li>
  115. </ul>
  116. <div style="display: flex !important; flex-wrap: wrap !important; gap: 1rem !important; justify-content: center !important; margin: 2rem 0 !important;">
  117. <div style="flex: 1 !important; max-width: 180px !important; min-width: 120px !important;">
  118. <img src="/images/weekly_weather/screenshot1.png" alt="Weather forecast screen" style="display: block !important; width: 100% !important; height: auto !important; border-radius: 8px !important; border: 1px solid #ddd !important; box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;">
  119. </div>
  120. <div style="flex: 1 !important; max-width: 180px !important; min-width: 120px !important;">
  121. <img src="/images/weekly_weather/screenshot2.png" alt="Location selection screen" style="display: block !important; width: 100% !important; height: auto !important; border-radius: 8px !important; border: 1px solid #ddd !important; box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;">
  122. </div>
  123. <div style="flex: 1 !important; max-width: 180px !important; min-width: 120px !important;">
  124. <img src="/images/weekly_weather/screenshot3.png" alt="Weather details screen" style="display: block !important; width: 100% !important; height: auto !important; border-radius: 8px !important; border: 1px solid #ddd !important; box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;">
  125. </div>
  126. </div>
  127. <p>Weather data provided by <a href="https://open-meteo.com/">Open-Meteo</a> with weather icons from <a href="https://github.com/Makin-Things/weather-icons">Makin-Things/weather-icons</a>.</p>
  128. </div>
  129. </div>
  130. </div>
  131. <div class="project-container">
  132. <div class="project-layout">
  133. <div class="project-image">
  134. <img src="/images/sbrowser_logo.webp" alt="sBrowser logo">
  135. </div>
  136. <div class="project-content">
  137. <h1><a href="https://repo.codeskraps.com/codeskraps/sBrowser">sBrowser</a></h1>
  138. <p>A simple yet powerful Internet browser for Android devices. Originally developed for teaching purposes in a workshop at 091 Labs, it has evolved into a feature-rich yet lightweight browsing solution.</p>
  139. <h3 id="features">Features</h3>
  140. <ul>
  141. <li>Ad-blocking functionality</li>
  142. <li>Bookmark management with thumbnails</li>
  143. <li>HTML5 video support</li>
  144. <li>Customizable user agent</li>
  145. <li>Privacy-focused with encrypted search options</li>
  146. <li>Material Design user interface</li>
  147. <li>Support for HTTPS</li>
  148. </ul>
  149. <p>Latest version: 3.4 (2024) - Updated with modern Android architecture, Material 3 design, and improved performance and stability.</p>
  150. </div>
  151. </div>
  152. </div>
  153. </article>
  154. </main>
  155. </div>
  156. <footer class="footer">
  157. <span>CC 2024, Built with <a href="https://gohugo.io" class="footerLink">Hugo</a> and <a href="https://github.com/LordMathis/hugo-theme-nightfall" class="footerLink">Nightfall</a> theme</span>
  158. </footer>
  159. </div>
  160. </body>
  161. </html>