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

Added Swift Logo to the Readme #111

Merged
merged 1 commit into from
Dec 4, 2015
Merged

Conversation

codestergit
Copy link
Contributor

We need this !!

@emilstahl
Copy link

Why not SVG?
https://upload.wikimedia.org/wikipedia/commons/archive/9/9d/20150707005015%21Swift_logo.svg

@gribozavr gribozavr changed the title Added Swift Logo Added Swift Logo to the Readme Dec 3, 2015
@codestergit
Copy link
Contributor Author

@krememek What do you prefer svg or png. Should I keep this in local swift repo ??

@@ -1,3 +1,4 @@
![Swift-Logo](https://devimages.apple.com.edgekey.net/assets/elements/icons/swift/swift-128x128.png)
Copy link
Member

Choose a reason for hiding this comment

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

My preference would be to link to an asset from swift.org. The primary SVG should used as a the website header would probably work.

Choose a reason for hiding this comment

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

@krememek Of course! Done in #113

@codestergit
Copy link
Contributor Author

@krememek Done the changes. It's looking nice. Thanks

@emilstahl
Copy link

@codestergit Great! However the logo is quite big. I just fixed the width in my pull request #113.

@codestergit
Copy link
Contributor Author

@krememek Reduced height. Thanks @emilstahl for suggestion. :)

@emilstahl
Copy link

@zachpanz88 It does not work.

@panzarino
Copy link
Contributor

Suggestion removed as I believe GitHub does not support SVG images in markdown, but html will work.

@evieluvsrainbows
Copy link

@emilstahl Yes it does, I just previewed it in the GitHub markdown preview. It does work.

@emilstahl
Copy link

@zachpanz88 Did you see the code @zachpanz88 posted and then deleted? It clearly did not work when he tried to change the size in markdown.

@panzarino
Copy link
Contributor

This code will work, but changing the size they way I originally did will not work, which was the error in the first version. Note: github does not support changing image size in their flavored markdown, but changing image size in html works.

![Swift Logo](https://swift.org/assets/images/swift.svg)

Output:
Swift Logo

@iosdv
Copy link

iosdv commented Dec 4, 2015

@zachpanz88 You are right there is some problem with github markup we can not give the height. I have previously faced that issue. You need to add HTML for that. Thanks

@iosdv
Copy link

iosdv commented Dec 4, 2015

Really great! Looks good to me 👍

@tkremenek
Copy link
Member

Looks great.

tkremenek added a commit that referenced this pull request Dec 4, 2015
@tkremenek tkremenek merged commit da0bac1 into swiftlang:master Dec 4, 2015
dabelknap added a commit to dabelknap/swift that referenced this pull request Oct 1, 2018
Add support for extension declarations
slavapestov pushed a commit to slavapestov/swift that referenced this pull request Nov 27, 2018
[Data] fix crash when creating iterator of empty DispatchData
slavapestov pushed a commit to slavapestov/swift that referenced this pull request Nov 27, 2018
[Data] fix crash when creating iterator of empty DispatchData

Signed-off-by: Daniel A. Steffen <[email protected]>
maldahleh pushed a commit to maldahleh/swift that referenced this pull request Oct 26, 2020
test: add a syntax parse round-trip test
freak4pc pushed a commit to freak4pc/swift that referenced this pull request Sep 28, 2022
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.

6 participants