diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..067a599 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +PRIVATE.txt \ No newline at end of file diff --git a/README.md b/README.md index c079239..a5d1364 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # CSE110 -Repository for my CSE110 Class +George Minasyan's User Page +Favorite programming language: C++ \ No newline at end of file diff --git a/Screenshots/Steps.PNG b/Screenshots/Steps.PNG new file mode 100644 index 0000000..26f2e4b Binary files /dev/null and b/Screenshots/Steps.PNG differ diff --git a/Screenshots/VSCode1.PNG b/Screenshots/VSCode1.PNG new file mode 100644 index 0000000..f4963c7 Binary files /dev/null and b/Screenshots/VSCode1.PNG differ diff --git a/Screenshots/VSCode2.PNG b/Screenshots/VSCode2.PNG new file mode 100644 index 0000000..3fc04df Binary files /dev/null and b/Screenshots/VSCode2.PNG differ diff --git a/index.md b/index.md new file mode 100644 index 0000000..1d3dae3 --- /dev/null +++ b/index.md @@ -0,0 +1,39 @@ +# George Minasyan's User Page +## Introduction +![Picture of me.](/assets/images/me.jpg) + +- Armenian +- He/Him +- 22 Years Old +- Majoring in Computer Science + + > "Your life is yours to live. You shouldn't have to justify it to anyone else" + +**A programmer who was originally born in Armenia and moved to America.** Have been attending UCSD since Fall 2024. Earned an Associate of Science for Math and Computer Science in Spring 2024. Currently a Junior Transfer. + +## Programming Knowledge +1. C++ +2. C# +3. Java + +### C++ +Have programming experience in C++ for *around 4 years*. Created **one side project** for a portfolio. + +Link to the project can be found [here](https://github.com/InvertedVoice/IceMan-Project.git) +### Javascript +Basic knowledge of Java for *a year*. + +## Goals +- [X] Obtain an Associate of Science in Computer Science. +- [] Complete Bachelor of Science for Computer Science. +- [] Learn a new musical skill in 2025. + +## Miscellaneous +Link to Introduction: [Introduction](#introduction). +Link to Programming Knowledge: [Programming Knowledge](#programming-knowledge). + +[Link to my README file](docs/README.md) + +Favorite Git command: `git commit` + +This site was built using [GitHub Pages](https://pages.github.com/) diff --git a/me.jpg b/me.jpg new file mode 100644 index 0000000..5d0592c Binary files /dev/null and b/me.jpg differ