Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markdown & Git #1

Open
wants to merge 29 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
7daae28
init: create markdown file
ale-sanches Jun 13, 2024
c352dd8
feat: add basic page layout
ale-sanches Jun 13, 2024
a525c4a
feat: add info
ale-sanches Jun 14, 2024
d1a9785
docs: Update README.md
ale-sanches Jun 14, 2024
590c782
feat: add basic page html and css layout
ale-sanches Jun 26, 2024
5662fd2
docs: Update README.md
ale-sanches Jun 26, 2024
ec95625
docs: Update README.md
ale-sanches Jun 26, 2024
7ff4ff9
docs: add gitignore
ale-sanches Jun 26, 2024
0c2a83e
HTML, CSS & Git Basics
ale-sanches Jun 26, 2024
d0477a7
docs: Update README.md
ale-sanches Jun 26, 2024
17cd837
init: start cv-2 task
ale-sanches Jul 2, 2024
b75f2de
docs: update readme
ale-sanches Jul 2, 2024
fa22a03
docs: update readme
ale-sanches Jul 2, 2024
4b68a72
refactor: change doctype to pass tests
ale-sanches Jul 2, 2024
daedb7e
refactor: change doctype to pass tests
ale-sanches Jul 2, 2024
89b7434
Merge pull request #5 from ale-sanches/rsschool-cv-html
ale-sanches Jul 2, 2024
302951b
refactor: change doctype to pass tests
ale-sanches Jul 2, 2024
870a9c7
Merge pull request #6 from ale-sanches/rsschool-cv-html
ale-sanches Jul 2, 2024
bfe1ba9
feat: add basic page layout
ale-sanches Jul 2, 2024
230e2c5
feat: add basic styles and profile photo
ale-sanches Jul 2, 2024
27cc1d4
feat: add profile section styles
ale-sanches Jul 2, 2024
1c32796
feat: add sections "about me", "education", "skills" and styles
ale-sanches Jul 2, 2024
5360b65
refactor: change structure of the project
ale-sanches Jul 2, 2024
ebec86b
feat: add contacts section styles
ale-sanches Jul 2, 2024
28d2476
feat: add sections and project gifs
ale-sanches Jul 3, 2024
620c3fe
refactor: change structure of the project
ale-sanches Jul 3, 2024
bfd907e
feat: add footer and favicon
ale-sanches Jul 3, 2024
ccb0b7e
refactor: change linter
ale-sanches Jul 3, 2024
e0a1540
Merge pull request #8 from ale-sanches/rsschool-cv-html
ale-sanches Jul 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
240 changes: 240 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,240 @@
# Created by https://www.toptal.com/developers/gitignore/api/intellij+all,webstorm+all,visualstudiocode,windows,macos,git
# Edit at https://www.toptal.com/developers/gitignore?templates=intellij+all,webstorm+all,visualstudiocode,windows,macos,git

### Git ###
# Created by git for backups. To disable backups in Git:
# $ git config --global mergetool.keepBackup false
*.orig

# Created by git when using merge tools for conflicts
*.BACKUP.*
*.BASE.*
*.LOCAL.*
*.REMOTE.*
*_BACKUP_*.txt
*_BASE_*.txt
*_LOCAL_*.txt
*_REMOTE_*.txt

### Intellij+all ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf

# AWS User-specific
.idea/**/aws.xml

# Generated files
.idea/**/contentModel.xml

# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml

# Gradle
.idea/**/gradle.xml
.idea/**/libraries

# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/artifacts
# .idea/compiler.xml
# .idea/jarRepositories.xml
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# *.iml
# *.ipr

# CMake
cmake-build-*/

# Mongo Explorer plugin
.idea/**/mongoSettings.xml

# File-based project format
*.iws

# IntelliJ
out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Cursive Clojure plugin
.idea/replstate.xml

# SonarLint plugin
.idea/sonarlint/

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties

# Editor-based Rest Client
.idea/httpRequests

# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser

### Intellij+all Patch ###
# Ignore everything but code style settings and run configurations
# that are supposed to be shared within teams.

.idea/*

!.idea/codeStyles
!.idea/runConfigurations

### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon


# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

### macOS Patch ###
# iCloud generated files
*.icloud

### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets

# Local History for Visual Studio Code
.history/

# Built Visual Studio Code Extensions
*.vsix

### VisualStudioCode Patch ###
# Ignore all local history of files
.history
.ionide

### WebStorm+all ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff

# AWS User-specific

# Generated files

# Sensitive or high-churn files

# Gradle

# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/artifacts
# .idea/compiler.xml
# .idea/jarRepositories.xml
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# *.iml
# *.ipr

# CMake

# Mongo Explorer plugin

# File-based project format

# IntelliJ

# mpeltonen/sbt-idea plugin

# JIRA plugin

# Cursive Clojure plugin

# SonarLint plugin

# Crashlytics plugin (for Android Studio and IntelliJ)

# Editor-based Rest Client

# Android studio 3.1+ serialized cache file

### WebStorm+all Patch ###
# Ignore everything but code style settings and run configurations
# that are supposed to be shared within teams.



### Windows ###
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
[Dd]esktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp

# Windows shortcuts
*.lnk

# End of https://www.toptal.com/developers/gitignore/api/intellij+all,webstorm+all,visualstudiocode,windows,macos,git
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# rsschool-cv
# rsschool-cv

https://ale-sanches.github.io/rsschool-cv/cv


https://ale-sanches.github.io/rsschool-cv/
Binary file added assets/gifs/accordeon.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/gifs/aim.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/gifs/countries.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/gifs/flashcards.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/arrow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/ava.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/gh-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/img/rs-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions cv.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<img style="float:right;border-radius:50%;width:70px;padding:6px" src="" />

# Aleksandra Pl

- <a href='https://github.com/ale-sanches'>GitHub</a>
- Dicord-nickname: Aleksandra(ale-sanches)
- Email: allesanchess@gmail.com

## About me

I’m changing my profession from a teacher of Arts and English to a front-end developer, I’m going to the position on my own without moms, dads, loans and courses.

## Skills

- SQL
- Git
- HTML
- CSS
- Bootstrap/ Tailwind
- Vue3/ Nuxt
- TypeScript
- JavaScript

## Code Example

```
function betterThanAverage(classPoints, yourPoints) {
let sumOfClassPoints = 0;
for (let i = 0; i < classPoints.length; i++){
sumOfClassPoints += classPoints[i];
}
let averageClassPoints = sumOfClassPoints / classPoints.length - 1;


if ( averageClassPoints < yourPoints) {
return true;
}
return false;
}
```

## Working Experience / Projects

I have no working experience in Frontend but I have my own Pet Projects made on HTML,CSS and vanilla JS like different games, landing pages, console apps and so on.

## Education

- Master degree in Pedagogy in the field of modern technologies in teaching English and Arts
- Courses on Hyperskill, Stepik, Sololearn, W3Schools, LearnJS, etc
Loading
Loading