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

docs: create first project page #22

Open
wants to merge 14 commits into
base: develop
Choose a base branch
from

Conversation

ihsan-ofluoglu
Copy link
Member

No description provided.

@ihsan-ofluoglu ihsan-ofluoglu requested a review from a team January 10, 2020 10:43
docs/getting-started/first-project.md Outdated Show resolved Hide resolved
This tutorial introduces you to essentials of SCSS Starter by walking you through building a simple card.

> New To Web Development?<br><br>
> There are many resources to complement the SCSS Starter docs. Mozilla's MDN docs includes [css](https://developer.mozilla.org/en-US/docs/Web/CSS) introductions. Get Bem docs includes [bem](http://getbem.com/introduction/) introductions.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

docs/getting-started/first-project.md Outdated Show resolved Hide resolved
$g-font-family-sans-serif: $g-font-family-primary, 'Helvetica Neue', Helvetica, Arial, sans-serif !default;
```

> The `$g-font-family-sans-serif` variable sets body's font family.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Burada $g-font-family-sans-serif body'nin font size'ını değiştirmiyor. Sadece sans-serif fontları tutan bir değişken

</div>
```

> Since we don't want the tags on **card content** element to be dependent to **the card component**, we have zeroed default margins of h4 and p tags by using utility classes. On the case of not using utility classes; we would need to add `c-card__title` class to h4 element and `c-card__text` class to p element.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Burada zeroed yerine reset fiilini kullanmak daha iyi olacak gibi

ihsan-ofluoglu and others added 2 commits January 10, 2020 15:30
Co-Authored-By: Hasan Aydoğdu <hsnaydd@gmail.com>
Co-Authored-By: Hasan Aydoğdu <hsnaydd@gmail.com>
docs/getting-started/first-project.md Outdated Show resolved Hide resolved

This tutorial introduces you to essentials of SCSS Starter by walking you through building a simple card.

> New To Web Development?<br><br>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bence bu section gereksiz olmus ya. Belki seyden bahsedebiliriz. ITCSS ve BEM ile familiar degilseniz bu linklerden dokumantasyonlarina ulasabilirsiniz tarzi.


#### Adding Fonts

To add a different font file to your project you should use `font-face` mixin in `base/_fonts.scss` file.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eger custom font kullaniyorsa fonts folder'ina nasil koyacak oraya koydugu sekli burada nasil kullanacak yazmakta fayda var bence. Iste ilk arguman adi, ikinci folder. ucunce dosya adinin extension'siz hali gibi.

docs/getting-started/first-project.md Outdated Show resolved Hide resolved
Co-Authored-By: Alpcan Aydın <alpcan@atolye15.com>
docs/getting-started/first-project.md Outdated Show resolved Hide resolved
docs/getting-started/first-project.md Outdated Show resolved Hide resolved

To get started with SCSS Starter please read the [download](download.md) documentation. In order to start, please copy the `scss` folder into your own development environment.

> The methods we mention in this documentation are based on Atölye15's own experiences over the years. These methods are rather obligations but more of suggestions. You may follow your own ways.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
> The methods we mention in this documentation are based on Atölye15's own experiences over the years. These methods are rather obligations but more of suggestions. You may follow your own ways.
> The methods we mention in this documentation are based on Atölye15's own experiences over the years. These methods are not bonds but rather more of suggestions. You may follow your own ways.

docs/getting-started/first-project.md Outdated Show resolved Hide resolved
docs/getting-started/first-project.md Outdated Show resolved Hide resolved
docs/getting-started/first-project.md Outdated Show resolved Hide resolved
docs/getting-started/first-project.md Outdated Show resolved Hide resolved
docs/getting-started/first-project.md Outdated Show resolved Hide resolved
docs/getting-started/first-project.md Outdated Show resolved Hide resolved
docs/getting-started/first-project.md Outdated Show resolved Hide resolved
ihsan-ofluoglu and others added 9 commits January 10, 2020 15:50
Co-Authored-By: Onur T. <onurtumer@gmail.com>
Co-Authored-By: Onur T. <onurtumer@gmail.com>
Co-Authored-By: Onur T. <onurtumer@gmail.com>
Co-Authored-By: Onur T. <onurtumer@gmail.com>
Co-Authored-By: Onur T. <onurtumer@gmail.com>
Co-Authored-By: Onur T. <onurtumer@gmail.com>
Co-Authored-By: Onur T. <onurtumer@gmail.com>
Co-Authored-By: Onur T. <onurtumer@gmail.com>
Co-Authored-By: Onur T. <onurtumer@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants