Diamantringe | Diamonds Factory Germany (2024)

Einen Termin

'); // $('#view_lastname').after('

'); } if(data['error_lastname']){ $('#view_lastname').after('

' +data['error_lastname']+ '

'); } if(data['error_name'] && !data['error_lastname']){ $('#view_lastname').after('

'); } if(data['error_lastname2']){ $('#view_lastname').after('

' +data['error_lastname2']+ '

'); } if(data['error_email']){ $('#view_email').after('

' +data['error_email']+ '

'); } if(data['error_mobile']){ $('#view_mobile').after('

' +data['error_mobile']+ '

'); } if(data['error_order_no']){ $('#view_order').after('

' +data['error_order_no']+ '

'); } // if (data['error']) { // $('#button-viewing').before('

' + data['error'] + '

'); // } if (data['success']) { if (isIE () != 8 || isIE () != 7) { var new_url = window.location.href; window.history.pushState({},'',new_url); } $('#viewfrm')[0].reset(); $('.confirm_detail').hide(); // $('.confirm_detail-new').hide(); $('.hideit').hide(); $('#mySidearrow').hide(); $('.contenttab').hide(); //$('.modal-title').hide(); $('.apointment_bor').hide(); $('#success_appointment').show(); // $('#appointmentpopup .modal-header h4').hide(); $('#appointment-type-popup').modal('hide'); $('#button-viewing').attr('disabled', false); deletecookie("activetab", '', -1); deletecookie("dateselected", '', -1); deletecookie("valueselected", '', -1); deletecookie("duration", '', -1); deletecookie("timeselected", '', -1); deletecookie("locationselected", '', -1); deletecookie("loc_selected", '', -1); } } }); }); $('body').on('click', '#back-schedule, #back-date, #myTab li.schedule a', function(e) { e.preventDefault(); $('#myTab a')[2].click(); $('#myTab li.confirm').addClass('noclick'); $('#myTab li.schedule').removeClass('noclick'); $('#next-confirm-tab').attr('disabled', true); var datefortime = document.getElementById('schedule_date').value; $('#datepicker').data("DateTimePicker").date(datefortime); var timeduration = document.getElementById('duration').value; var location_val = document.getElementById('location_val').value; var service_selected = document.getElementById('service_required').value; timeslots(datefortime,service_selected,timeduration, location_val); }); $( "#next-to-sevices").on('click',function (e){ e.preventDefault(); $('#myTab a')[1].click(); $('#myTab li.service').removeClass('noclick'); $('#myTab li.service').addClass('active'); $( "#serviceli li" ).removeClass('service-box-border'); $('#back-schedule').prop("disabled", true); }); $('body').on('click', '.location-group .locationdiv', function(e){ if(e.which) { if(screen.width < 767) { e.preventDefault(); $('#myTab a')[1].click(); $('#myTab li.service').removeClass('noclick'); } } $(this).parent().find('.locationdiv').removeClass('selected'); $(this).parent().find('.location-name').removeClass('active'); $(this).parent().find('.location-name').removeClass('actives'); $(this).addClass('selected'); $(this).children('.location-name').addClass('active'); $(this).children('.location-name').addClass('actives'); var val = $(this).attr('data-value'); var store_id = 2; var valimage = $(this).attr('data-image'); $(this).parent().find('input').val(val); // $('#myTab a')[1].click(); //$('#myTab li.service').removeClass('noclick'); $('#next-to-sevices').prop("disabled", false); // if(val == '28'){ // $('.storesname').text($(this).attr('data-name')+" Showroom"); // }else{ // $('.storesname').text($(this).attr('data-name')); // } $('.storesname').text($(this).attr('data-name')); // if(val == '39'){ // $('.storesclose').html('We are closed on 24-Dec-2023 to 27-Dec-2023 and also on 31-Dec-2023 to 01-Jan-2024.'); // }else{ // $('.storesclose').html(''); // } $('.addr').html($(this).attr('data-address')); $('.tell').text($(this).attr('data-telephone')); if(val == '1'){ $('.whatsapp').show(); $('.wp').text("0758 484 4383"); }else if (val == '6'){ $('.whatsapp').show(); $('.wp').text("0730 865 2067"); }else if (val == '3'){ $('.whatsapp').show(); $('.wp').text("0738 518 1107"); }else if (val == '2'){ $('.whatsapp').show(); $('.wp').text("0770 662 7243"); }else if (val == '4'){ $('.whatsapp').show(); $('.wp').text("0747 671 3179"); }else if (val == '18' && store_id != '15'){ $('.whatsapp').show(); $('.wp').text("07572 406911"); } else if (val == '20'){ $('.whatsapp').show(); $('.wp').text("0758 484 4383"); } else{ $('.whatsapp').hide(); $('.wp').text(""); } //$('.storesimg').html('Diamantringe | Diamonds Factory Germany (20)'); document.getElementById('location_val').value = val; //document.getElementById('storesname').value = $(this).attr('data-name'); document.getElementById("storesimg").src = valimage; document.getElementById("storeimage").src = valimage; // Diamantringe | Diamonds Factory Germany (21) setapptcookie("activetab", "service", 1); var mydate = new Date(); var numberOfDaysToAdd = 1; mydate.setDate(mydate.getDate() + numberOfDaysToAdd); var dd = mydate.getDate(); var mm = mydate.getMonth()+1; //January is 0! var yyyy = mydate.getFullYear(); if(dd<10) { dd = '0'+dd } if(mm<10) { mm = '0'+mm } document.getElementById("change_loc").innerHTML = "" mydate = yyyy + '-' + mm + '-' + dd; $('#datepicker').data("DateTimePicker").date(mydate); if(val == '1'){ document.getElementById("change_loc").innerHTML = "Location selected: London"; } else if(val == '2'){ document.getElementById("change_loc").innerHTML = "Location selected: Victoria Arcade, Leeds"; } else if(val == '3'){ document.getElementById("change_loc").innerHTML = "Location selected: Liverpool"; } else if(val == '9'){ document.getElementById("change_loc").innerHTML = "Location selected: Glasgow"; } else if(val == '4'){ document.getElementById("change_loc").innerHTML = "Location selected: Manchester"; } else if(val == '18'){ document.getElementById("change_loc").innerHTML = "Location selected: Nottingham"; } else if(val == '19'){ document.getElementById("change_loc").innerHTML = "Location selected: Sheffield"; } else if(val == '20'){ document.getElementById("change_loc").innerHTML = "Location selected: Edinburgh"; } else if(val == '6'){ document.getElementById("change_loc").innerHTML = "Location selected: Birmingham"; } else if(val == '10'){ document.getElementById("change_loc").innerHTML = "Location selected: Sydney"; } else if(val == '11'){ document.getElementById("change_loc").innerHTML = "Location selected: Dublin"; } else if(val == '13'){ document.getElementById("change_loc").innerHTML = "Location selected: Melbourne"; } else if(val == '15'){ document.getElementById("change_loc").innerHTML = "Location selected: Adelaide"; } else if(val == '21'){ document.getElementById("change_loc").innerHTML = "Location selected: Auckland"; }else if(val == '22'){ document.getElementById("change_loc").innerHTML = "Location selected: Newcastle"; }else if(val == '23'){ document.getElementById("change_loc").innerHTML = "Location selected: Belfast"; }else if(val == '24'){ document.getElementById("change_loc").innerHTML = "Location selected: Commercial Street, Leeds"; }else if(val == '26'){ document.getElementById("change_loc").innerHTML = "Location selected: Melbourne Store"; } else if(val == '17'){ document.getElementById("change_loc").innerHTML = "Location selected: Lyon Store"; } else if(val == '5'){ document.getElementById("change_loc").innerHTML = "Location selected: Paris Store"; } document.getElementById("change_phone").innerHTML = ""; if(val == '1'){ document.getElementById("change_phone").innerHTML = "020 7660 1568"; } else if(val == '2'){ document.getElementById("change_phone").innerHTML = "0113 333 9076"; } else if(val == '3'){ document.getElementById("change_phone").innerHTML = "0151 515 0487"; } else if(val == '9'){ document.getElementById("change_phone").innerHTML = "0141 413 9197"; } else if(val == '4'){ document.getElementById("change_phone").innerHTML = "0161 885 3803"; } else if(val == '18'){ document.getElementById("change_phone").innerHTML = "0115 880 0101"; } else if(val == '19'){ document.getElementById("change_phone").innerHTML = "0114 331 0020"; } else if(val == '20'){ document.getElementById("change_phone").innerHTML = "0131 6000151"; } else if(val == '6'){ document.getElementById("change_phone").innerHTML = "0121 2710058"; } else if(val == '10'){ document.getElementById("change_phone").innerHTML = "02 8015 2916"; } else if(val == '11'){ document.getElementById("change_phone").innerHTML = "01 920 3022"; } else if(val == '13'){ document.getElementById("change_phone").innerHTML = "03 9917 5468"; } else if(val == '15'){ document.getElementById("change_phone").innerHTML = "08 7070 8026"; } else if(val == '21'){ document.getElementById("change_phone").innerHTML = "09 802 2972"; }else if(val == '22'){ document.getElementById("change_phone").innerHTML = "0191 466 1477"; }else if(val == '23'){ document.getElementById("change_phone").innerHTML = "028 9562 2030"; }else if(val == '24'){ document.getElementById("change_phone").innerHTML = "0113 333 9076"; }else if(val == '26'){ document.getElementById("change_phone").innerHTML = "03 9917 5271"; } else if(val == '17'){ document.getElementById("change_phone").innerHTML = "04 11 85 21 01"; } else if(val == '17'){ document.getElementById("change_phone").innerHTML = "01 84 68 00 70"; } document.getElementById('location_val').value = val; document.getElementById('location_image').value = valimage; document.getElementById("store-img").src = valimage; setapptcookie("locationtext", document.getElementById("change_loc").innerHTML, 1); setapptcookie("loc_image", document.getElementById('location_image').value, 1); //setapptcookie("locationtext", document.getElementById("change_phone").innerHTML, 1); setapptcookie("loc_selected", val, 1); }); function isIE () { var myNav = navigator.userAgent.toLowerCase(); return (myNav.indexOf('msie') != -1) ? parseInt(myNav.split('msie')[1]) : false; } $(document).on("mouseover", ".datepicker-days .day", function () { $(".same-day-appointment-text-desktop").fadeIn(500); });

"Bis zu 70 % günstiger als herkömmliche Juweliere und zusätzlich 25 % Rabatt auf alles* Sommeraktion Üblicherweise als ein Symbol der Verlobung gedacht, eignen sich Diamantringe für verschiedene Anlässe und sind ideal, um jeden Meilenstein im Leben zu feiern. Mit einer großen Auswahl an Designs ist unsere Diamantringkollektion elegant und klassisch und gleichzeitig modern und einzigartig. Mit einer Auswahl an wunderschön geschliffenen Diamantformen, von Brilliant bis Marquis, sind unsere Diamantringe in Weiß-, Gelb- und Roségold sowie in Platin erhältlich. Entdecken Sie unsere beliebtesten Designs oder kreieren Sie Ihren eigenen einzigartigen Diamantring mit unserem maßgeschneiderten Schmuckservice. Wir arbeiten mit Ihrer Vision, um einen Ring zu kreieren, der umwerfend und unvergesslich ist. AGBs gelten"

Lesen Sie mehr

2123 Diamantringe gefunden wurden

Diamantenring in einer Krappenfassung - CLRN349_01

Von

399€

  • Diamantringe | Diamonds Factory Germany (74)
  • Diamantringe | Diamonds Factory Germany (75)
  • Diamantringe | Diamonds Factory Germany (76)
  • Diamantringe | Diamonds Factory Germany (77)

AKTION

Kombination Ehering Diamantringe - CLRN07796_01

Von

1.169€

  • Diamantringe | Diamonds Factory Germany (80)
  • Diamantringe | Diamonds Factory Germany (81)
  • Diamantringe | Diamonds Factory Germany (82)
  • Diamantringe | Diamonds Factory Germany (83)

AKTION

Kombination Ehering Diamantringe - CLRN07716_01

Von

983€

  • Diamantringe | Diamonds Factory Germany (86)
  • Diamantringe | Diamonds Factory Germany (87)
  • Diamantringe | Diamonds Factory Germany (88)
  • Diamantringe | Diamonds Factory Germany (89)

AKTION

Kombination Ehering Diamantringe - CLRN07184_01

Von

2.842€

  • Diamantringe | Diamonds Factory Germany (92)
  • Diamantringe | Diamonds Factory Germany (93)
  • Diamantringe | Diamonds Factory Germany (94)
  • Diamantringe | Diamonds Factory Germany (95)

AKTION

Kombination Ehering Diamantringe - CLRN07183_01

Von

2.994€

  • Diamantringe | Diamonds Factory Germany (98)
  • Diamantringe | Diamonds Factory Germany (99)
  • Diamantringe | Diamonds Factory Germany (100)
  • Diamantringe | Diamonds Factory Germany (101)

AKTION

Diamantring in einer Krappenfassung - CLRN678_01

Von

412€

  • Diamantringe | Diamonds Factory Germany (104)
  • Diamantringe | Diamonds Factory Germany (105)
  • Diamantringe | Diamonds Factory Germany (106)
  • Diamantringe | Diamonds Factory Germany (107)

AKTION

Filigraner Halb-Memoire-Diamantring mit Seitenprofil - CLRN07394_01

Von

1.765€

  • Diamantringe | Diamonds Factory Germany (110)
  • Diamantringe | Diamonds Factory Germany (111)
  • Diamantringe | Diamonds Factory Germany (112)
  • Diamantringe | Diamonds Factory Germany (113)

AKTION

Diamantring in einer Krappenfassung mit Schulter Diamanten - CLRN426_01

Von

689€

  • Diamantringe | Diamonds Factory Germany (116)
  • Diamantringe | Diamonds Factory Germany (117)
  • Diamantringe | Diamonds Factory Germany (118)
  • Diamantringe | Diamonds Factory Germany (119)

AKTION

Verlobungsringe mit verstecktem Halo-Diamant - CLRN07572_01

Von

843€

  • Diamantringe | Diamonds Factory Germany (122)
  • Diamantringe | Diamonds Factory Germany (123)
  • Diamantringe | Diamonds Factory Germany (124)
  • Diamantringe | Diamonds Factory Germany (125)

AKTION

Diamantenring in einer Krappenfassung - CLRN348_01

Von

413€

  • Diamantringe | Diamonds Factory Germany (128)
  • Diamantringe | Diamonds Factory Germany (129)
  • Diamantringe | Diamonds Factory Germany (130)
  • Diamantringe | Diamonds Factory Germany (131)

AKTION

Verlobungsring in floraler Fassung - CLRN07438_01

Von

1.039€

  • Diamantringe | Diamonds Factory Germany (134)
  • Diamantringe | Diamonds Factory Germany (135)
  • Diamantringe | Diamonds Factory Germany (136)
  • Diamantringe | Diamonds Factory Germany (137)

AKTION

Verlobungsringe mit verstecktem Halo-Diamant - CLRN07395_01

Von

1.009€

  • Diamantringe | Diamonds Factory Germany (140)
  • Diamantringe | Diamonds Factory Germany (141)
  • Diamantringe | Diamonds Factory Germany (142)
  • Diamantringe | Diamonds Factory Germany (143)

AKTION

Diamant Memoirering in einer 4er-Krappenfassung - CLRN551_01

Von

358€

  • Diamantringe | Diamonds Factory Germany (146)
  • Diamantringe | Diamonds Factory Germany (147)
  • Diamantringe | Diamonds Factory Germany (148)
  • Diamantringe | Diamonds Factory Germany (149)

AKTION

Filigraner Halb-Memoire-Diamantring mit Seitenprofil - CLRN07431_01

Von

859€

  • Diamantringe | Diamonds Factory Germany (152)
  • Diamantringe | Diamonds Factory Germany (153)
  • Diamantringe | Diamonds Factory Germany (154)
  • Diamantringe | Diamonds Factory Germany (155)

AKTION

Verlobungsring mit geteilter Ringschiene - CLRN07541_01

Von

689€

  • Diamantringe | Diamonds Factory Germany (158)
  • Diamantringe | Diamonds Factory Germany (159)
  • Diamantringe | Diamonds Factory Germany (160)
  • Diamantringe | Diamonds Factory Germany (161)

AKTION

Verlobungsringe mit verstecktem Halo-Diamant - CLRN07576_01

Von

814€

  • Diamantringe | Diamonds Factory Germany (164)
  • Diamantringe | Diamonds Factory Germany (165)
  • Diamantringe | Diamonds Factory Germany (166)
  • Diamantringe | Diamonds Factory Germany (167)

AKTION

Vintage Diamantring - CLRN07899_01

Von

869€

  • Diamantringe | Diamonds Factory Germany (170)
  • Diamantringe | Diamonds Factory Germany (171)
  • Diamantringe | Diamonds Factory Germany (172)
  • Diamantringe | Diamonds Factory Germany (173)

AKTION

Runder Diamant-Cluster-Ring in Mikrokrappenfassung - CLRN3775_01

Von

163€

  • Diamantringe | Diamonds Factory Germany (176)
  • Diamantringe | Diamonds Factory Germany (177)
  • Diamantringe | Diamonds Factory Germany (178)

AKTION

Verlobungsring in floraler Fassung - CLRN07434_01

Von

420€

  • Diamantringe | Diamonds Factory Germany (181)
  • Diamantringe | Diamonds Factory Germany (182)
  • Diamantringe | Diamonds Factory Germany (183)
  • Diamantringe | Diamonds Factory Germany (184)

AKTION

Horizontaler East-West Solitaire Verlobungsring - CLRN07384_01

Von

535€

  • Diamantringe | Diamonds Factory Germany (187)
  • Diamantringe | Diamonds Factory Germany (188)
  • Diamantringe | Diamonds Factory Germany (189)
  • Diamantringe | Diamonds Factory Germany (190)

AKTION

Verlobungsring mit geteilter Ringschiene - CLRN07560_01

Von

1.359€

  • Diamantringe | Diamonds Factory Germany (193)
  • Diamantringe | Diamonds Factory Germany (194)
  • Diamantringe | Diamonds Factory Germany (195)
  • Diamantringe | Diamonds Factory Germany (196)

AKTION

Verlobungsringe mit verstecktem Halo-Diamant - CLRN07584_01

Von

942€

  • Diamantringe | Diamonds Factory Germany (199)
  • Diamantringe | Diamonds Factory Germany (200)
  • Diamantringe | Diamonds Factory Germany (201)
  • Diamantringe | Diamonds Factory Germany (202)

AKTION

Verlobungsringe mit verstecktem Halo-Diamant - CLRN07430_01

Von

1.440€

  • Diamantringe | Diamonds Factory Germany (205)
  • Diamantringe | Diamonds Factory Germany (206)
  • Diamantringe | Diamonds Factory Germany (207)
  • Diamantringe | Diamonds Factory Germany (208)

AKTION

Weißgold-Verlobungsring mit rundem Diamanten - CLRN2219_01

Von

456€

  • Diamantringe | Diamonds Factory Germany (211)
  • Diamantringe | Diamonds Factory Germany (212)
  • Diamantringe | Diamonds Factory Germany (213)
  • Diamantringe | Diamonds Factory Germany (214)

AKTION

https://www.diamondsfactory.de/diamantringe?page=1

Wir alle kennen den berühmten Spruch "Diamonds are a girl's best friend", daher ist es keine Überraschung, das unsere unglaubliche Auswahl an Diamantringen hier bei Diamonds Factory so beliebt ist. Auf der Suche nach Diamantringen haben wir jeden Stil, jede Form, jedes Design und darüber hinaus alles, was die Suche nach dem perfekten Diamantring mühelos macht. Von Diamantringen aus Weißgold über Gelbgold bis hin zu Diamantringen aus Platin - Sie können Ihren Diamanten mit jedem beliebigen Metall kombinieren. Wir führen auch Diamantringe für Männer. Wenn Sie oder Ihr Partner also nach einem Ring mit zusätzlichem Glanz suchen, sind Sie bei uns genau richtig. Wir bieten Ihnen eine große Auswahl an Formen und Schliffen. Entscheiden Sie sich für einen Solitär-Diamantring, der Eleganz ausstrahlt, oder einen Diamantring für die Ewigkeit, um einen besonderen Anlass oder einen Hochzeitstag zu feiern. Die Möglichkeiten bei Diamonds Factory sind wirklich endlos. Stöbern Sie noch heute online und im Geschäft in unseren Diamantringen und gestalten Sie Ihren Traumring von Anfang bis Ende.

FAQs

*individuell für Diamantringe

Diamantringe unterscheiden sich im Preis je nach Eigenschaften des Diamanten, der Zertifizierung, der Fassung und dem gewählten Edelmetall. Beispiel: Ein Diamantring mit 1 Karat kann für unter 3.000 € erworben werden, allerdings mit niedrigerer Qualität. Ein qualitativ hochwertigerer Diamantring mit 1 Karat kann dagegen mehr als 10.000 € kosten.

Ja, natürlich können Männer Diamantringe tragen. Diamanten sind nicht nur für Frauen gedacht! Einige Männer wählen Diamanten für ihren Ehering oder Verlobungsring, andere tragen Diamanten auch als Modeaccessoire. Wir haben eine große Auswahl an Diamant Eheringen für Männer sowie Diamantringe, die Sie zu jeder anderen Gelegenheit tragen können.

Bevor Sie einen Diamantring kaufen, sollten Sie die 4 Cs kennen: Cut (Schliff), Colour (Farbe), Clarity (Reinheit) und Carat Weight (Karatgewicht). Dieses Bewertungssystem ist ein globaler Standard in der Schätzung und Qualitätsbewertung von Diamanten – damit Sie genau wissen, was Sie kaufen.

Einen Diamantring können Sie tragen, wie Sie wollen! Es gibt einige Regeln und Traditionen in verschiedenen Kulturkreisen, auf die Sie jedoch achten sollten. In Deutschland werden Verlobungsring und Ehering am Ringfinger der linken Hand getragen. Falls Sie einen Diamantring als Schmuck tragen, sollten Sie diesen Finger also lieber freilassen – vorausgesetzt, Sie sind nicht verlobt oder verheiratet. In unserem Artikel über die Bedeutung jedes Fingers erfahren Sie mehr über das Tragen von Ringen.

Bei der Wahl des richtigen Diamantringes sollten Sie nach Ihrem Budget und Ihren Prioritäten gehen. Möchten Sie beispielsweise lieber einen großen Diamanten haben und legen weniger Wert auf die Qualität, sollten Sie einen Diamanten mit höherem Karatgewicht wählen und Abstriche bei den Qualitätskriterien Schliff, Reinheit und Farbe in Kauf nehmen. Wir empfehlen Ihnen jedoch immer den qualitativ besten Diamanten für Ihr Budget. Lassen Sie sich von unseren Schmuckexperten telefonisch unter 0800 1844819 oder per Live Chat beraten. Wir unterstützen Sie gerne bei der Suche nach dem bestmöglichen Diamanten innerhalb Ihres Preisrahmens.

Bei der Wahl des passenden Eherings sollten Sie nach Modellen suchen, die den Verlobungsring ergänzen, anstatt ihn zu übertrumpfen. Falls Sie einen besonders großen oder ungewöhnlich geformten Verlobungsring haben, sollten Sie einen ähnlich geformten Ehering im gleichen Stil wählen. Sie können einen schlichten Ehering oder einen Ehering mit Diamanten wählen – je nachdem, was Ihr Geschmack ist und wie der Ehering mit dem bereits vorhandenen Verlobungsring harmoniert. Falls Sie Ihren Ring upgraden oder beide Ringe zusammen kaufen möchten, ist ein Ringset möglicherweise die beste Wahl. Ringsets sind speziell angefertigt, damit Verlobungs- und Ehering perfekt zueinander passen und sich in ihrer Schönheit ergänzen.

Diamantringe Unterschiede

Diamantringe Kaufen: Der Ultimative Guide

Metall Anleitung

Diamanten Leitfaden

Anleitung

*individuell für Diamantringe

Diamantringe | Diamonds Factory Germany (218)

Diamant Leitfaden

Mehr sehen

Diamantringe | Diamonds Factory Germany (219)

Metall Leitfaden

Mehr sehen

Diamantringe | Diamonds Factory Germany (220)

Ringmaß Leitfaden

Mehr sehen

Diamantringe | Diamonds Factory Germany (2024)

References

Top Articles
Latest Posts
Article information

Author: Duane Harber

Last Updated:

Views: 6277

Rating: 4 / 5 (51 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Duane Harber

Birthday: 1999-10-17

Address: Apt. 404 9899 Magnolia Roads, Port Royceville, ID 78186

Phone: +186911129794335

Job: Human Hospitality Planner

Hobby: Listening to music, Orienteering, Knapping, Dance, Mountain biking, Fishing, Pottery

Introduction: My name is Duane Harber, I am a modern, clever, handsome, fair, agreeable, inexpensive, beautiful person who loves writing and wants to share my knowledge and understanding with you.