index.html 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  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.ef8e99489b0b85e34523800e588426b1b4c05e27adcb9d7193952cef205afe6d.css" rel="stylesheet">
  13. <script defer src="https://umami.codeskraps.com/script.js" data-website-id="a80a52da-0b7d-4faf-9dfc-ee6ca5a8421f"></script>
  14. <link rel="stylesheet" href="/css/code-copy.css">
  15. <script defer src="/js/code-copy.js"></script>
  16. </head>
  17. <body>
  18. <div class="flexWrapper">
  19. <header class="headerWrapper">
  20. <div class="header">
  21. <div>
  22. <a class="terminal" href="https://codeskraps.com/">
  23. <span>me@codeskraps.com ~ $</span>
  24. </a>
  25. </div>
  26. <input class="side-menu" type="checkbox" id="side-menu">
  27. <label class="hamb" for="side-menu"><span class="hamb-line"></span></label>
  28. <nav class="headerLinks">
  29. <ul>
  30. <li>
  31. <a href="https://codeskraps.com/posts/" title="" >
  32. ~/posts</a>
  33. </li>
  34. <li>
  35. <a href="https://codeskraps.com/projects/" title="" >
  36. ~/projects</a>
  37. </li>
  38. <li>
  39. <a href="https://codeskraps.com/about/" title="" >
  40. ~/about</a>
  41. </li>
  42. </ul>
  43. </nav>
  44. </div>
  45. </header>
  46. <div class="content">
  47. <main class="main">
  48. <article class="content-padding">
  49. <div class="project-container">
  50. <div class="project-layout">
  51. <div class="project-image">
  52. <img src="/images/weekly_weather_logo.webp" alt="Weekly Weather logo">
  53. </div>
  54. <div class="project-content">
  55. <h1><a href="https://repo.codeskraps.com/codeskraps/Weekly-Weather">Weekly Weather</a></h1>
  56. <p>A clean, intuitive interface for viewing weather forecasts. Weekly Weather provides detailed weekly forecasts for your current location or saved favorite places.</p>
  57. <h3 id="features">Features</h3>
  58. <ul>
  59. <li>View detailed weekly weather forecasts</li>
  60. <li>Automatically detect current location</li>
  61. <li>Search and save favorite locations for quick access</li>
  62. <li>Custom naming for GPS locations</li>
  63. <li>Available in 37 languages</li>
  64. <li>Lightweight and battery-efficient</li>
  65. </ul>
  66. <div style="display: flex !important; flex-wrap: wrap !important; gap: 1rem !important; justify-content: center !important; margin: 2rem 0 !important;">
  67. <div style="flex: 1 !important; max-width: 180px !important; min-width: 120px !important;">
  68. <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;">
  69. </div>
  70. <div style="flex: 1 !important; max-width: 180px !important; min-width: 120px !important;">
  71. <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;">
  72. </div>
  73. <div style="flex: 1 !important; max-width: 180px !important; min-width: 120px !important;">
  74. <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;">
  75. </div>
  76. </div>
  77. <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>
  78. </div>
  79. </div>
  80. </div>
  81. <div class="project-container">
  82. <div class="project-layout">
  83. <div class="project-image">
  84. <img src="/images/sbrowser_logo.webp" alt="sBrowser logo">
  85. </div>
  86. <div class="project-content">
  87. <h1><a href="https://repo.codeskraps.com/codeskraps/sBrowser">sBrowser</a></h1>
  88. <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>
  89. <h3 id="features">Features</h3>
  90. <ul>
  91. <li>Ad-blocking functionality</li>
  92. <li>Bookmark management with thumbnails</li>
  93. <li>HTML5 video support</li>
  94. <li>Customizable user agent</li>
  95. <li>Privacy-focused with encrypted search options</li>
  96. <li>Material Design user interface</li>
  97. <li>Support for HTTPS</li>
  98. </ul>
  99. <p>Latest version: 3.4 (2024) - Updated with modern Android architecture, Material 3 design, and improved performance and stability.</p>
  100. </div>
  101. </div>
  102. </div>
  103. </article>
  104. <style>
  105. .content-padding {
  106. padding-top: 2rem;
  107. }
  108. .project-container {
  109. margin-bottom: 4rem;
  110. }
  111. .project-layout {
  112. display: flex;
  113. gap: 2rem;
  114. align-items: flex-start;
  115. }
  116. .project-image {
  117. flex: 0 0 150px;
  118. }
  119. .project-image img {
  120. width: 100%;
  121. height: auto;
  122. }
  123. .project-content {
  124. flex: 1;
  125. text-align: left;
  126. }
  127. .project-content h1,
  128. .project-content h2,
  129. .project-content h3 {
  130. margin-top: 0;
  131. }
  132. @media (max-width: 768px) {
  133. .project-layout {
  134. flex-direction: column;
  135. }
  136. .project-content {
  137. width: 100%;
  138. }
  139. }
  140. </style>
  141. </main>
  142. </div>
  143. <footer class="footer">
  144. <span>CC 2025, Built with <a href="https://umami.codeskraps.com/" class="footerLink">Hugo</a> | Analytics by <a href="https://umami.is" class="footerLink">Self-hosted Umami</a></span>
  145. </footer>
  146. </div>
  147. </body>
  148. </html>