mirror of
https://github.com/smyalygames/anthonyberg-website.git
synced 2025-05-18 22:24:43 +02:00
43 lines
1.3 KiB
Plaintext
43 lines
1.3 KiB
Plaintext
---
|
|
type: page
|
|
title: Anthony Berg
|
|
date: 2024-10-05
|
|
---
|
|
|
|
import {ThemeImage} from './components/theme-image'
|
|
|
|
# Anthony Berg
|
|
|
|
Hey, welcome to my website! :D
|
|
|
|
I'm Anthony, and I enjoy working with computers, be it from developing on my own projects,
|
|
or just using Linux on my PCs or setting up my own personal servers.
|
|
|
|
For my day to day life, I am currently in my 1<sup>st</sup> year of my Master's at OsloMet, studying
|
|
Applied Computer and Information Technology, specialising in Mathematical Modelling and Scientific
|
|
Computing.
|
|
I have also completed BSc Computer Science at Newcastle University.
|
|
|
|
I have a few open source projects that I have worked on that you can find in my [portfolio](/projects).
|
|
|
|
----
|
|
|
|
<div style={{display: 'flex', justifyContent: 'space-between'}}>
|
|
[<ThemeImage
|
|
alt="GitHub Logo"
|
|
srcDark="/images/logo/github-mark-white.svg"
|
|
srcLight="/images/logo/github-mark.svg"
|
|
width={50}
|
|
height={50}
|
|
style={{paddingRight: '8pt'}} />@smyalygames](https://github.com/smyalygames)
|
|
<br />
|
|
[<ThemeImage
|
|
alt="LinkedIn Logo"
|
|
srcDark="/images/logo/linkedin-white.svg"
|
|
srcLight="/images/logo/linkedin.svg"
|
|
width={50}
|
|
height={50}
|
|
style={{paddingRight: '8pt'}}
|
|
/>Profile](https://www.linkedin.com/in/anthonyberg14/)
|
|
</div>
|