Joost Agterhoek joost
  • Arnhem, the Netherlands
  • https://joostagterhoek.nl
  • Hi there! I'm a self-taught programmer with a few years of Python and C under my belt. I've built a few tiny web app, GUI and CLI tools to help me in my work as a SOC security analyst.

  • Joined on 2024-08-08
joost pushed to main at joost/flask-soc-site 2025-05-29 21:15:32 +02:00
9d082e4264 some corrections, restyling, etc.
joost pushed to main at joost/flask-soc-site 2025-05-29 21:14:22 +02:00
444f5664bb reorganized where to show and not to show lookup form
joost pushed to main at joost/flask-soc-site 2025-05-29 21:13:43 +02:00
541c0f310c first setup of history working
joost pushed to main at joost/flask-soc-site 2025-05-09 15:18:25 +02:00
bae53da357 simple navbar to switch between main lookup page that also includes results (but doesnt change routes)
joost pushed to main at joost/flask-soc-site 2025-04-26 21:22:05 +02:00
dc3b11cf03 got a very basic navbar working, now need to learn the actual styling to make it fit
joost pushed to main at joost/flask-soc-site 2025-04-23 22:06:46 +02:00
99e59d0cb9 trying out ways to check for connectivity after validating urls and domains
joost pushed to main at joost/flask-soc-site 2025-04-22 21:51:36 +02:00
eae6791ba2 fixed a few things, including the not mentioned correct coloring of scores
84b39e15c9 pyproject.toml to prepare this code for packaging (tried it before with other test folder)
Compare 2 commits »
joost pushed to main at joost/flask-soc-site 2025-04-22 14:39:25 +02:00
45ee9539bf removed local scripts, corrected CSS nesting in test
joost pushed to main at joost/flask-soc-site 2025-04-19 21:56:57 +02:00
b7276c1b5e got rid of stray JavaScript in results-page, still need to remove commented out test scripts
joost pushed to main at joost/flask-soc-site 2025-04-19 21:06:55 +02:00
4613bb6d83 added background to form and explainer container
joost pushed to main at joost/flask-soc-site 2025-04-15 15:28:51 +02:00
4133fe3811 for now have the home page redirect to the lookup page and do not use Blueprint (trying to keep the site single page
joost pushed to main at joost/flask-soc-site 2025-04-15 14:32:53 +02:00
486c855e18 moved code around for packaging, working on CSS with grid
joost pushed to main at joost/flask-soc-site 2025-04-15 14:32:05 +02:00
5c2eefc17d removing old code in favor of packaging-friendly setup
joost pushed to main at joost/flask-soc-site 2025-04-10 15:38:03 +02:00
c1f3b695a9 latest todos
joost pushed to main at joost/flask-soc-site 2025-03-26 20:00:40 +01:00
7385ee9aae temporary setup files, will move to pyproject.toml
joost pushed to main at joost/flask-soc-site 2025-03-26 19:58:47 +01:00
9dfa085a58 upper to lowercase
joost pushed to main at joost/flask-soc-site 2025-03-26 19:58:07 +01:00
1b435acc1e small improvements
joost pushed to main at joost/flask-soc-site 2025-03-26 19:56:10 +01:00
1efe23ca94 moving things around
joost pushed to main at joost/flask-soc-site 2025-03-26 19:55:41 +01:00
824de5c082 moved to /src
joost pushed to main at joost/flask-soc-site 2025-03-26 19:54:36 +01:00
c37883bc8b reorganizing to match better with flaskr tutorial