index.html 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. <!DOCTYPE html>
  2. <html lang="en-us">
  3. <head>
  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="https://codeskraps.com/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="https://codeskraps.com/">
  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="https://codeskraps.com/posts/" title="" >
  29. ~/posts</a>
  30. </li>
  31. <li>
  32. <a href="https://codeskraps.com/projects/" title="" >
  33. ~/projects</a>
  34. </li>
  35. <li>
  36. <a href="https://codeskraps.com/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 class="content-padding">
  60. <div class="project-container">
  61. <div class="project-layout">
  62. <div class="project-image">
  63. <img src="/images/weekly_weather_logo.webp" alt="Weekly Weather logo">
  64. </div>
  65. <div class="project-content">
  66. <h1><a href="https://repo.codeskraps.com/codeskraps/Weekly-Weather">Weekly Weather</a></h1>
  67. <p>A clean, intuitive interface for viewing weather forecasts. Weekly Weather provides detailed weekly forecasts for your current location or saved favorite places.</p>
  68. <h3 id="features">Features</h3>
  69. <ul>
  70. <li>View detailed weekly weather forecasts</li>
  71. <li>Automatically detect current location</li>
  72. <li>Search and save favorite locations for quick access</li>
  73. <li>Custom naming for GPS locations</li>
  74. <li>Available in 37 languages</li>
  75. <li>Lightweight and battery-efficient</li>
  76. </ul>
  77. <div style="display: flex !important; flex-wrap: wrap !important; gap: 1rem !important; justify-content: center !important; margin: 2rem 0 !important;">
  78. <div style="flex: 1 !important; max-width: 180px !important; min-width: 120px !important;">
  79. <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;">
  80. </div>
  81. <div style="flex: 1 !important; max-width: 180px !important; min-width: 120px !important;">
  82. <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;">
  83. </div>
  84. <div style="flex: 1 !important; max-width: 180px !important; min-width: 120px !important;">
  85. <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;">
  86. </div>
  87. </div>
  88. <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>
  89. </div>
  90. </div>
  91. </div>
  92. <div class="project-container">
  93. <div class="project-layout">
  94. <div class="project-image">
  95. <img src="/images/sbrowser_logo.webp" alt="sBrowser logo">
  96. </div>
  97. <div class="project-content">
  98. <h1><a href="https://repo.codeskraps.com/codeskraps/sBrowser">sBrowser</a></h1>
  99. <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>
  100. <h3 id="features">Features</h3>
  101. <ul>
  102. <li>Ad-blocking functionality</li>
  103. <li>Bookmark management with thumbnails</li>
  104. <li>HTML5 video support</li>
  105. <li>Customizable user agent</li>
  106. <li>Privacy-focused with encrypted search options</li>
  107. <li>Material Design user interface</li>
  108. <li>Support for HTTPS</li>
  109. </ul>
  110. <p>Latest version: 3.4 (2024) - Updated with modern Android architecture, Material 3 design, and improved performance and stability.</p>
  111. </div>
  112. </div>
  113. </div>
  114. </article>
  115. <style>
  116. .content-padding {
  117. padding-top: 2rem;
  118. }
  119. .project-container {
  120. margin-bottom: 4rem;
  121. }
  122. .project-layout {
  123. display: flex;
  124. gap: 2rem;
  125. align-items: flex-start;
  126. }
  127. .project-image {
  128. flex: 0 0 150px;
  129. }
  130. .project-image img {
  131. width: 100%;
  132. height: auto;
  133. }
  134. .project-content {
  135. flex: 1;
  136. text-align: left;
  137. }
  138. .project-content h1,
  139. .project-content h2,
  140. .project-content h3 {
  141. margin-top: 0;
  142. }
  143. @media (max-width: 768px) {
  144. .project-layout {
  145. flex-direction: column;
  146. }
  147. .project-content {
  148. width: 100%;
  149. }
  150. }
  151. </style>
  152. </main>
  153. </div>
  154. <footer class="footer">
  155. <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>
  156. </footer>
  157. </div>
  158. </body>
  159. </html>